changeset 1729:03d2d4430bf2

protoize
author Jim Meyering <jim@meyering.net>
date Tue, 09 Mar 1999 16:07:16 +0000
parents 5cb99fdfd2d2
children 05413a4755ee
files lib/getgroups.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
    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;