Define ID_EFFECTIVE and ID_REAL.

This commit is contained in:
Ulrich Drepper 2000-04-18 16:13:05 +00:00
parent 9cf10be3d4
commit bb67907d47
2 changed files with 5 additions and 6 deletions

View File

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

View File

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