diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-19 20:18:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-19 20:18:21 +0100 |
commit | 31ccd35df4b7599c83fe46669ca36ca2c4fb3caa (patch) | |
tree | 08e677175891dc5a7397ab78225dedf8ba4bbd33 /daemon.c | |
parent | Merge branch 'gp/describe-match-uses-glob-pattern' (diff) | |
parent | git-compat-util.h: Provide missing netdb.h definitions (diff) | |
download | git-31ccd35df4b7599c83fe46669ca36ca2c4fb3caa.tar.xz git-31ccd35df4b7599c83fe46669ca36ca2c4fb3caa.zip |
Merge branch 'dm/ni-maxhost-may-be-missing'
On systems without NI_MAXHOST in their system header files,
connect.c (hence most of the transport) did not compile.
* dm/ni-maxhost-may-be-missing:
git-compat-util.h: Provide missing netdb.h definitions
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |