Define ID_REAL.

This commit is contained in:
Ulrich Drepper 2000-04-17 22:49:17 +00:00
parent c2757d9621
commit 9f16cfe420
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
Boston, MA 02111-1307, USA. */
#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 2
extern gid_t getgidx (int which);

View File

@ -17,8 +17,8 @@
Boston, MA 02111-1307, USA. */
#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 2
extern uid_t getuidx (int which);