From: tholo Date: Mon, 25 Mar 1996 21:33:17 +0000 (+0000) Subject: initgroups(3) 2nd argument should be gid_t X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b5e68eb2934afb97acc240930a3550a48a1db05f;p=openbsd initgroups(3) 2nd argument should be gid_t --- diff --git a/include/unistd.h b/include/unistd.h index 637b6c3a3e4..ae4f7aa967b 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -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 *));