summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-07-25 13:12:10 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-07-25 13:12:10 +0000
commitb1183590e987a81a9ca8898b4eeae49fe4e2cbfe (patch)
tree79fa0851de8d69f98f4e08f0745719e55e7a8b5b /ext
parentbeee0d14a0b7ef3663d35271d8ceb8d90c24a746 (diff)
downloadphp-git-b1183590e987a81a9ca8898b4eeae49fe4e2cbfe.tar.gz
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
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/fsock.h4
-rw-r--r--ext/standard/lcg.c2
2 files changed, 0 insertions, 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 <sys/timeval.h>
#else
#include <sys/time.h>
#endif