Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
hooks-pre-commit: use \t, rather than a literal TAB in regexp
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 9cf22fef417cee29e550a35fef1bac1050482afa..660e1552d46b8566f162677af02d91dc351c5c3f 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-9,6
+9,10
@@
#define HOST_NAME_MAX 256
#endif
+#ifndef NI_MAXSERV
+#define NI_MAXSERV 32
+#endif
+
static int log_syslog;
static int verbose;
static int reuseaddr;