skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 0aab2d46290eb74890335649d60582efb3b2fea5
parent eee4ed6ad0798124c9865829f7faa425d2622579
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Wed, 13 Dec 2023 13:43:52 +0000

 ok, AIX can *still* fuck off

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Msrc/sysdeps/trygetpeereid.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/sysdeps/trygetpeereid.c b/src/sysdeps/trygetpeereid.c @@ -18,13 +18,6 @@ #ifndef _INCOMPLETE_XOPEN_C063 #define _INCOMPLETE_XOPEN_C063 #endif -#ifndef _ALL_SOURCE -#define _ALL_SOURCE -#endif - -#ifdef _AIX -extern int getpeereid (int, uid_t *, gid_t *) ; -#endif #include <sys/types.h> #include <unistd.h>