Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
utf8.c: move display_mode_esc_sequence_len() for use by other functions
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 82d5bf50e90cd28997e8610f5f8584d4250e9459..6aeddcb98d2694a705d34e80293fc81a20bc39a8 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-9,10
+9,6
@@
#define HOST_NAME_MAX 256
#endif
-#ifndef NI_MAXSERV
-#define NI_MAXSERV 32
-#endif
-
#ifdef NO_INITGROUPS
#define initgroups(x, y) (0) /* nothing */
#endif