initgroups(3) 2nd argument should be gid_t
authortholo <tholo@openbsd.org>
Mon, 25 Mar 1996 21:33:17 +0000 (21:33 +0000)
committertholo <tholo@openbsd.org>
Mon, 25 Mar 1996 21:33:17 +0000 (21:33 +0000)
include/unistd.h

index 637b6c3..ae4f7aa 100644 (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 *));