Define ID_REAL.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 16:17:51 +0000 (16:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 16:17:51 +0000 (16:17 +0000)
sysdeps/unix/sysv/aix/setgid.c
sysdeps/unix/sysv/aix/setuid.c

index bf976ec..ba1b01e 100644 (file)
@@ -18,9 +18,8 @@
 
 #include <unistd.h>
 
+#define ID_REAL        0x02
 
-/* is there a reason *NOT* to include <sys/id.h>?  If so #define ID_REAL */
-#include <sys/id.h>
 
 extern int setgidx (int mask, gid_t gid);
 
index 679db05..a86343a 100644 (file)
@@ -18,8 +18,8 @@
 
 #include <unistd.h>
 
-/* is there a reason *NOT* to include <sys/id.h>?  If so #define ID_REAL */
-#include <sys/id.h>
+#define ID_REAL        0x02
+
 
 extern int setuidx (int mask, uid_t uid);