summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-13 15:25:49 +0000
committerJim Meyering <jim@meyering.net>1998-03-13 15:25:49 +0000
commite03fc9bc82736d9c78979c8cee7e1486fd1fb37c (patch)
treeb815d4486023cbf2763c14722445a5e141ca3b8e
parent64379c5cd8fa0fce5a403372bd52f9f074911b48 (diff)
downloadcoreutils-e03fc9bc82736d9c78979c8cee7e1486fd1fb37c.tar.gz
protoize
-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;