From 7423659c35a757e726b3b678f45fb91fa9524187 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 14:57:31 +0000 Subject: [PATCH] removing the redundant NEW_LIBC checks --- ext/standard/fsock.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" -- 2.50.1