summaryrefslogtreecommitdiff
path: root/zero.patch
blob: 1ec175df8bd2faed92856521f75210d333d3a57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/win32/inet_pton.c b/win32/inet_pton.c
index f229a9355..9f4466b8e 100644
--- a/win32/inet_pton.c
+++ b/win32/inet_pton.c
@@ -36,6 +36,7 @@ static int hexval(unsigned c)
 	return -1;
 }
 
+/*
 int inet_pton(int af, const char *restrict s, void *restrict a0)
 {
 	uint16_t ip[8];
@@ -93,3 +94,4 @@ int inet_pton(int af, const char *restrict s, void *restrict a0)
 	if (need_v4 && inet_pton(AF_INET, (void *)s, a-4) <= 0) return 0;
 	return 1;
 }
+*/