diff options
Diffstat (limited to 'zero.patch')
-rw-r--r-- | zero.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/zero.patch b/zero.patch new file mode 100644 index 0000000..1ec175d --- /dev/null +++ b/zero.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | diff --git a/win32/inet_pton.c b/win32/inet_pton.c | ||
2 | index f229a9355..9f4466b8e 100644 | ||
3 | --- a/win32/inet_pton.c | ||
4 | +++ b/win32/inet_pton.c | ||
5 | @@ -36,6 +36,7 @@ static int hexval(unsigned c) | ||
6 | return -1; | ||
7 | } | ||
8 | |||
9 | +/* | ||
10 | int inet_pton(int af, const char *restrict s, void *restrict a0) | ||
11 | { | ||
12 | uint16_t ip[8]; | ||
13 | @@ -93,3 +94,4 @@ int inet_pton(int af, const char *restrict s, void *restrict a0) | ||
14 | if (need_v4 && inet_pton(AF_INET, (void *)s, a-4) <= 0) return 0; | ||
15 | return 1; | ||
16 | } | ||
17 | +*/ | ||