From b1183590e987a81a9ca8898b4eeae49fe4e2cbfe Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 25 Jul 2005 13:12:10 +0000 Subject: [PATCH] ext/standard/fsock.h Removing redundant inclusion of headers for NetWare ext/standard/lcg.c NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing special needed for NetWare here. --Kamesh --- ext/standard/fsock.h | 4 ---- ext/standard/lcg.c | 2 -- 2 files changed, 6 deletions(-) diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index c28e2511ea..9b2df3985e 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -25,10 +25,6 @@ #ifndef FSOCK_H #define FSOCK_H -#ifdef NETWARE -#include "sys/timeval.h" -#endif - #include "file.h" #include "php_network.h" diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index daa1270c1a..f31fe294f6 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -27,8 +27,6 @@ #ifdef PHP_WIN32 #include "win32/time.h" -#elif defined(NETWARE) -#include #else #include #endif -- 2.50.1