Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bash completion: add basic support for git-reflog
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 13435b46674a3a7b123597ab11751459173f3325..d2a4e023e895d57db798be76450b77afb2ac49be 100644
(file)
--- 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;