projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf38409
)
protoize
author
Jim Meyering
<jim@meyering.net>
Fri, 13 Mar 1998 15:25:49 +0000
(15:25 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 13 Mar 1998 15:25:49 +0000
(15:25 +0000)
lib/getugroups.c
patch
|
blob
|
history
diff --git
a/lib/getugroups.c
b/lib/getugroups.c
index 7b99d649b3d6a1710d0cf5fc788131393c851623..afa425b6e53c43c5ad3946dc9f5ff9801648152d 100644
(file)
--- 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;