summaryrefslogtreecommitdiff
path: root/lib/getugroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getugroups.c')
-rw-r--r--lib/getugroups.c5
1 files changed, 1 insertions, 4 deletions
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;