John E. Malmberg convinced me to standardize on #ifs for defined
[rsync/rsync.git] / clientserver.c
index 4007bff..4cfda80 100644 (file)
@@ -398,7 +398,7 @@ static int rsync_module(int f_in, int f_out, int i)
                        io_printf(f_out, "@ERROR: setgid failed\n");
                        return -1;
                }
-#if HAVE_SETGROUPS
+#ifdef HAVE_SETGROUPS
                /* Get rid of any supplementary groups this process
                 * might have inheristed. */
                if (setgroups(1, &gid)) {