Changed main() definition to avoid an extra prototype being put
[rsync/rsync.git] / getgroups.c
index 78e2a88..b3202c3 100644 (file)
@@ -31,7 +31,8 @@
 #  define NGROUPS 32
 #endif
 
 #  define NGROUPS 32
 #endif
 
-int main(UNUSED(int argc), UNUSED(char *argv[]))
+int
+main(UNUSED(int argc), UNUSED(char *argv[]))
 {
        int n, i;
        gid_t list[NGROUPS];
 {
        int n, i;
        gid_t list[NGROUPS];