]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 30a6a995a86ca2b378370c3525bc4aa951a8104a..7e88c8936049c7d2eeb00f7b498d3204089e596b 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 48568684457f429deb76bcbaa86c22efbd227a3b..3c695b28e5d440b54e2cdc915f34eb83f1cb658b 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)