X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4875d6b64dd0ed8d451746cc0cc609cff36192bd..37802f40dcbe8956ba8ee3bfbddf10c60f94c209:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 4007bffe..4cfda808 100644 --- a/clientserver.c +++ b/clientserver.c @@ -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)) {