]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 bf976ec72eab3b54887fefd723316d9249d8d7b6..ba1b01ef354be25ef935f9ecb5f6935be9a020ea 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 679db050bd369b1a2a3fab9cc9577def6083a9ea..a86343a60294692e9d18b486068147dd45266f71 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);