X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.c;h=afa425b6e53c43c5ad3946dc9f5ff9801648152d;hb=refs%2Ftags%2FFILEUTILS-3_16x;hp=7b99d649b3d6a1710d0cf5fc788131393c851623;hpb=bf3840957f16ad999515c5c5287f6ef13e211379;p=gnulib.git diff --git a/lib/getugroups.c b/lib/getugroups.c index 7b99d649b..afa425b6e 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;