NI_MAXSERV trivial patch

From: Patrick Welche <hidden>
Date: 2016-06-15 22:43:42

I found I needed
--- daemon.c.orig       2007-09-02 06:57:44.000000000 +0100
+++ daemon.c    2007-10-18 16:04:00.000000000 +0100
@@ -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;



to compile git, as for me NI_MAXSERV is defined in netdb.h, and it
doesn't seem worthwhile to include the whole header.

Cheers,

Patrick
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help