Define ID_REAL.

This commit is contained in:
Ulrich Drepper 2000-04-18 16:17:51 +00:00
parent 74cb21ae8f
commit b7ed538a9d
2 changed files with 3 additions and 4 deletions

View file

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

View file

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