]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 ca088652f686b690bc36462322d48c2ee3800548..6f2df60b50982c9af663da83c6d098874c740659 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 4bc1c8acdbe8d33fd8b48b8708f84e8d02424831..8d5f07098f8a7721c2c5b3388f0f268b12afbd73 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);