Changed most instances of "remote_version" to "protocol_version", and
[rsync/rsync.git] / getgroups.c
index 7d681d1..78e2a88 100644 (file)
 
 #include "rsync.h"
 
-int main(int argc, char *argv[])
+#ifndef NGROUPS
+/* It ought to be defined, but just in case. */
+#  define NGROUPS 32
+#endif
+
+int main(UNUSED(int argc), UNUSED(char *argv[]))
 {
        int n, i;
        gid_t list[NGROUPS];