summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 16:25:21 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 16:25:21 +0200
commit1bd1e54a61633e0b538f7d13cfc5969602043014 (patch)
treec35e622e6ae273f2b7b348f59bbafc9f566e1b9b /include
parent0b1e4acfa1c0a5656ff1293678f52eb287c2682d (diff)
downloadwolfbones-1bd1e54a61633e0b538f7d13cfc5969602043014.tar.gz
wolfbones-1bd1e54a61633e0b538f7d13cfc5969602043014.tar.bz2
removed another superfluos getaddrinfo.h in netdb.h
Diffstat (limited to 'include')
-rw-r--r--include/wolf/port/netdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wolf/port/netdb.h b/include/wolf/port/netdb.h
index 28aa679..29ef559 100644
--- a/include/wolf/port/netdb.h
+++ b/include/wolf/port/netdb.h
@@ -73,11 +73,6 @@
struct getaddrinfo */
#endif
-/* for newlib on Cygwin we need a stub */
-#ifdef CYGWIN
-#include "port/getaddrinfo.h" /* stub implementation on Cygwin */
-#endif
-
/* exists on Windows in slightly different form */
#ifdef _WIN32
#include <Winsock2.h> /* all kind of prerequisites */