git-compat-util.h: Provide missing netdb.h definitions
authorDavid Michael <fedora.dm0@gmail.com>
Mon, 25 Feb 2013 19:30:19 +0000 (14:30 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 20:16:08 +0000 (12:16 -0800)
Some platforms may lack the NI_MAXHOST and NI_MAXSERV values in their
system headers, so ensure they are available.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found