* sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
	* sysdeps/unix/sysv/aix/getegid.c: Likewise.
This commit is contained in:
Ulrich Drepper 2000-04-18 17:57:50 +00:00
parent d98f10d25b
commit ed7abbd0ad
3 changed files with 2 additions and 7 deletions

View file

@ -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.

View 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)

View 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)