From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 14:57:31 +0000 (+0000) Subject: removing the redundant NEW_LIBC checks X-Git-Tag: php-5.0.5RC1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7423659c35a757e726b3b678f45fb91fa9524187;p=php removing the redundant NEW_LIBC checks --- diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index e38035a89f..aa4020a90f 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 +#include #endif #include "file.h"