From: Jim Meyering Date: Fri, 13 Mar 1998 15:25:49 +0000 (+0000) Subject: protoize X-Git-Tag: FILEUTILS-3_16n~46 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e03fc9bc82736d9c78979c8cee7e1486fd1fb37c;p=thirdparty%2Fcoreutils.git protoize --- diff --git a/lib/getugroups.c b/lib/getugroups.c index 7b99d649b3..afa425b6e5 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -45,10 +45,7 @@ struct group *getgrent (); the current process. */ int -getugroups (maxcount, grouplist, username) - int maxcount; - GETGROUPS_T *grouplist; - char *username; +getugroups (int maxcount, GETGROUPS_T *grouplist, char *username) { struct group *grp; register char **cp;