Don't try to include <sys/id.h>.

This commit is contained in:
Ulrich Drepper 2000-04-18 17:56:51 +00:00
parent a24525ca53
commit 46737e2def
2 changed files with 0 additions and 6 deletions

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)