]> asedeno.scripts.mit.edu Git - git.git/blobdiff - daemon.c
Merge branch 'maint'
[git.git] / daemon.c
index 13435b46674a3a7b123597ab11751459173f3325..d2a4e023e895d57db798be76450b77afb2ac49be 100644 (file)
--- a/daemon.c
+++ b/daemon.c
 #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;