X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=daemon.c;h=d2a4e023e895d57db798be76450b77afb2ac49be;hb=ec3f7d5d0f3676aa9634ee30f8c9e55893a8c505;hp=13435b46674a3a7b123597ab11751459173f3325;hpb=1aa6583cc257f3b0570cbc25c89a54f0e4417ef6;p=git.git diff --git a/daemon.c b/daemon.c index 13435b466..d2a4e023e 100644 --- a/daemon.c +++ b/daemon.c @@ -13,6 +13,10 @@ #define NI_MAXSERV 32 #endif +#ifdef NO_INITGROUPS +#define initgroups(x, y) (0) /* nothing */ +#endif + static int log_syslog; static int verbose; static int reuseaddr;