From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:09:45 +0000 (+0000) Subject: removed the redundant NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00760e134315c47977363a8cb015463b5c5b10af;p=php removed the redundant NEW_LIBC checks --- diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index e38035a89f..c28e2511ea 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -26,11 +26,7 @@ #define FSOCK_H #ifdef NETWARE -#ifdef NEW_LIBC #include "sys/timeval.h" -#else -#include "netware/time_nw.h" /* For 'timeval' */ -#endif #endif #include "file.h"