]> granicus.if.org Git - php/commitdiff
ext/standard/fsock.h
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 25 Jul 2005 13:12:10 +0000 (13:12 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 25 Jul 2005 13:12:10 +0000 (13:12 +0000)
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
ext/standard/lcg.c

index c28e2511ea43a3cf1bdb38d7435e17059e36863a..9b2df3985e8557e6dea7d4bf78b29bdd557b008d 100644 (file)
 #ifndef FSOCK_H
 #define FSOCK_H
 
-#ifdef NETWARE
-#include "sys/timeval.h"
-#endif
-
 #include "file.h"
 
 #include "php_network.h"
index daa1270c1a2301e6cf73a20215342f34d1e3805c..f31fe294f63f6e3aae3320e4b91aa6b08fc733c7 100644 (file)
@@ -27,8 +27,6 @@
 
 #ifdef PHP_WIN32
 #include "win32/time.h"
-#elif defined(NETWARE)
-#include <sys/timeval.h>
 #else
 #include <sys/time.h>
 #endif