]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/getgroups.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / posix / getgroups.c
index d8288129dc4b697fe64e09ca27918627652bb575..49dc5b3d0bea92e380cd55990426ecc946ee5656 100644 (file)
@@ -26,9 +26,7 @@
    the calling process is in.  Otherwise, fill in the group IDs
    of its supplementary groups in LIST and return the number written.  */
 int
-__getgroups (size, list)
-     int size;
-     gid_t *list;
+__getgroups (int size, gid_t *list)
 {
 #if defined (NGROUPS_MAX) && NGROUPS_MAX == 0
   /* The system has no supplementary groups.  */