Define ID_EFFECTIVE.

This commit is contained in:
Ulrich Drepper 2000-04-18 16:07:13 +00:00
parent 3669ba5cb8
commit 7d83250b89
2 changed files with 2 additions and 4 deletions

View File

@ -18,8 +18,7 @@
#include <unistd.h>
/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_EFFECTIVE */
#include <sys/id.h>
#define ID_EFFECTIVE 0x01
extern int setgidx (int mask, gid_t gid);

View File

@ -18,9 +18,8 @@
#include <unistd.h>
#define ID_EFFECTIVE 0x01
/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_EFFECTIVE */
#include <sys/id.h>
extern int setuidx (int mask, uid_t uid);