about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/aix/getegid.c3
-rw-r--r--sysdeps/unix/sysv/aix/geteuid.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/aix/getegid.c b/sysdeps/unix/sysv/aix/getegid.c
index 30a6a995a8..7e88c89360 100644
--- a/sysdeps/unix/sysv/aix/getegid.c
+++ b/sysdeps/unix/sysv/aix/getegid.c
@@ -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)
diff --git a/sysdeps/unix/sysv/aix/geteuid.c b/sysdeps/unix/sysv/aix/geteuid.c
index 4856868445..3c695b28e5 100644
--- a/sysdeps/unix/sysv/aix/geteuid.c
+++ b/sysdeps/unix/sysv/aix/geteuid.c
@@ -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)