Define ID_REAL.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Apr 2000 22:49:17 +0000 (22:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Apr 2000 22:49:17 +0000 (22:49 +0000)
sysdeps/unix/sysv/aix/getgid.c
sysdeps/unix/sysv/aix/getuid.c

index ca08865..6f2df60 100644 (file)
@@ -17,8 +17,8 @@
    Boston, MA 02111-1307, USA.  */
 
 #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        2
 
 extern gid_t getgidx (int which);
 
index 4bc1c8a..8d5f070 100644 (file)
@@ -17,8 +17,8 @@
    Boston, MA 02111-1307, USA.  */
 
 #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        2
 
 extern uid_t getuidx (int which);