Don't try to include <sys/id.h>.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 17:56:51 +0000 (17:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 17:56:51 +0000 (17:56 +0000)
sysdeps/unix/sysv/aix/getegid.c
sysdeps/unix/sysv/aix/geteuid.c

index 30a6a99..7e88c89 100644 (file)
@@ -17,9 +17,6 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <unistd.h>
-/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_EFFECTIVE */
-#include <sys/id.h>
-
 
 gid_t
 __getegid (void)
index 4856868..3c695b2 100644 (file)
@@ -17,9 +17,6 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <unistd.h>
-/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_EFFECTIVE */
-#include <sys/id.h>
-
 
 uid_t
 __geteuid (void)