From 1bd1e54a61633e0b538f7d13cfc5969602043014 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 1 Apr 2009 16:25:21 +0200 Subject: removed another superfluos getaddrinfo.h in netdb.h --- include/wolf/port/netdb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 /* all kind of prerequisites */ -- cgit v1.2.3-54-g00ecf