--- dlls/iphlpapi/ipstats.c Wed Nov 29 00:44:31 2006 +++ dlls/iphlpapi/ipstats.c.orig Wed Nov 29 00:36:26 2006 @@ -6,10 +6,6 @@ #include "config.h" -#include -#include -#include - #include #include #include @@ -727,7 +723,6 @@ FILE *fp; /* get from /proc/net/tcp, no error if can't */ -#if defined(linux) fp = fopen("/proc/net/tcp", "r"); if (fp) { char buf[512] = { 0 }, *ptr; @@ -815,7 +810,6 @@ } fclose(fp); } -#endif } return ret; }