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

ChangeLog
sysdeps/unix/sysv/aix/getegid.c
sysdeps/unix/sysv/aix/geteuid.c

index 9a6e4f9..4f5d50b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
 
-       * sysdeps/unix/sysv/aix/getegid.c: Don't try to include <sys/id.h>.
+       * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
+       * sysdeps/unix/sysv/aix/getegid.c: Likewise.
        * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
        * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
        * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
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)