protoize
authorJim Meyering <jim@meyering.net>
Fri, 13 Mar 1998 15:25:49 +0000 (15:25 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Mar 1998 15:25:49 +0000 (15:25 +0000)
lib/getugroups.c

index 7b99d649b3d6a1710d0cf5fc788131393c851623..afa425b6e53c43c5ad3946dc9f5ff9801648152d 100644 (file)
@@ -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;