]> git.sur5r.net Git - bacula/bacula/commitdiff
Simplify initgroups definition for AIX
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 3 Jan 2010 11:27:10 +0000 (12:27 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 3 Jan 2010 11:27:10 +0000 (12:27 +0100)
bacula/src/lib/priv.c

index 3e45db1afdf38d6ed5a48ecd327fba47beeeb354..3d2fa5e60ff212fe0683517bd2e73018481329ca 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 #ifdef HAVE_AIX_OS
-# if defined(_AIX41) || defined(_AIX42) || defined(_AIX43)
+# ifndef _AIX51
 extern "C" int initgroups(const char *,int);
 # endif
 #endif