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