summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-30 16:16:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-30 16:16:44 +0200
commit8c0d332229b887595d01e77a501cb6a986b70be6 (patch)
tree9b475faae9db2d9309eecaf3e421a4c8e236d41d /src/port
parent768872e67ed9fb8f9aed528f42dd37da6ef3e04f (diff)
downloadwolfbones-8c0d332229b887595d01e77a501cb6a986b70be6.tar.gz
wolfbones-8c0d332229b887595d01e77a501cb6a986b70be6.tar.bz2
removed last traces of inet_ntop
Diffstat (limited to 'src/port')
-rw-r--r--src/port/netdb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/port/netdb.c b/src/port/netdb.c
index 771ed5e..916b908 100644
--- a/src/port/netdb.c
+++ b/src/port/netdb.c
@@ -20,7 +20,3 @@
#if !defined HAVE_GETADDRINFO || defined TEST_GETADDRINFO
#include "port/getaddrinfo.c"
#endif /* !defined HAVE_GETADDRINFO || defined TEST_GETADDRINFO */
-
-#if !defined HAVE_INET_NTOP || defined TEST_INET_NTOP
-#include "port/inet_ntop.c"
-#endif /* !defined HAVE_INET_NTOP || defined TEST_INET_NTOP */