Browse Source

initgroups(3) 2nd argument should be gid_t

OPENBSD_2_0
tholo 28 years ago
parent
commit
bc790afcb1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/unistd.h

+ 1
- 1
src/include/unistd.h View File

@ -126,7 +126,7 @@ int getpagesize __P((void));
char *getpass __P((const char *));
char *getusershell __P((void));
char *getwd __P((char *)); /* obsoleted by getcwd() */
int initgroups __P((const char *, int));
int initgroups __P((const char *, gid_t));
int iruserok __P((u_long, int, const char *, const char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));


Loading…
Cancel
Save