From 00760e134315c47977363a8cb015463b5c5b10af Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:09:45 +0000 Subject: [PATCH] removed the redundant NEW_LIBC checks --- ext/standard/fsock.h | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.50.1