--- src/lib/libc/gen/initgroups.c 2005/11/13 00:07:42 1.5 +++ src/lib/libc/gen/initgroups.c 2005/11/19 22:32:53 1.6 @@ -44,7 +44,7 @@ int initgroups(const char *uname, int agroup) { - gid_t ngroups; + int ngroups; /* * Provide space for one group more than NGROUPS to allow * setgroups to fail and set errno.