From fc161832d9fb17b5250deb46963b4890acf0054c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Mar 1998 15:25:49 +0000 Subject: [PATCH] protoize --- lib/getugroups.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; -- 2.30.2