From: Jim Meyering Date: Fri, 13 Mar 1998 15:25:49 +0000 (+0000) Subject: protoize X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc161832d9fb17b5250deb46963b4890acf0054c;p=pspp 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;