summaryrefslogtreecommitdiff
path: root/lib/getgroups.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-09 16:07:16 +0000
committerJim Meyering <jim@meyering.net>1999-03-09 16:07:16 +0000
commita52b3661049d06e669e3038c613e62fe4c96b4ce (patch)
tree778d3a85c1cccfe54f4ce1cbd09a46d20219c10d /lib/getgroups.c
parentc073723beb7ba328ede0aea80e2dadc849309599 (diff)
downloadgnulib-a52b3661049d06e669e3038c613e62fe4c96b4ce.tar.gz
protoize
Diffstat (limited to 'lib/getgroups.c')
-rw-r--r--lib/getgroups.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/getgroups.c b/lib/getgroups.c
index a72bddb5c9..5a98fec97f 100644
--- a/lib/getgroups.c
+++ b/lib/getgroups.c
@@ -1,5 +1,5 @@
/* provide consistent interface to getgroups for systems that don't allow N==0
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,9 +30,7 @@ char *xmalloc ();
provided function handle all others. */
int
-getgroups (n, group)
- size_t n;
- GETGROUPS_T *group;
+getgroups (size_t n, GETGROUPS_T *group)
{
int n_groups;
GETGROUPS_T *gbuf;