summaryrefslogtreecommitdiff
blob: 0a8db374744dd1cbf657c57f4ff4bc0b6b33d4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ru git-1.6.6.1.orig/compat/inet_ntop.c git-1.6.6.1/compat/inet_ntop.c
--- git-1.6.6.1.orig/compat/inet_ntop.c	2010-03-09 04:39:03 -0800
+++ git-1.6.6.1/compat/inet_ntop.c	2010-03-09 04:40:50 -0800
@@ -169,6 +169,8 @@
 }
 #endif
 
+/* conflicts with interix' headers... */
+#ifndef __INTERIX
 /* char *
  * inet_ntop(af, src, dst, size)
  *	convert a network format address to presentation format.
@@ -197,3 +199,4 @@
 	}
 	/* NOTREACHED */
 }
+#endif