diff options
Diffstat (limited to 'src/arpa/inet/inet_ntop.c')
-rw-r--r-- | src/arpa/inet/inet_ntop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arpa/inet/inet_ntop.c b/src/arpa/inet/inet_ntop.c index 0a89cedf..efd14684 100644 --- a/src/arpa/inet/inet_ntop.c +++ b/src/arpa/inet/inet_ntop.c @@ -1,3 +1,5 @@ +#if 0 + #include <arpa/inet.h> #include <errno.h> #include <stdio.h> @@ -32,3 +34,6 @@ const char *inet_ntop(int af, const void *restrict src, char *restrict dst, sock /* do IPv6 conversion */ return dst; } + + +#endif |