diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 17:57:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 17:57:50 +0000 |
commit | ed7abbd0ad30d63134807b1498cd96719b779481 (patch) | |
tree | caa1cb6b4c0f8a8043a91de50863ba6f159bcace /sysdeps/unix/sysv/aix | |
parent | d98f10d25b3b67667c0141336d20b58bd48f138b (diff) | |
download | glibc-ed7abbd0ad30d63134807b1498cd96719b779481.tar glibc-ed7abbd0ad30d63134807b1498cd96719b779481.tar.gz glibc-ed7abbd0ad30d63134807b1498cd96719b779481.tar.bz2 glibc-ed7abbd0ad30d63134807b1498cd96719b779481.zip |
Update.
* sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
* sysdeps/unix/sysv/aix/getegid.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/aix')
-rw-r--r-- | sysdeps/unix/sysv/aix/getegid.c | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/aix/geteuid.c | 3 |
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) |