1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

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
This commit is contained in:
Anantha Kesari H Y
2005-07-25 13:10:19 +00:00
parent 3b80c7560c
commit 80fdc3ac5e
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -25,10 +25,6 @@
#ifndef FSOCK_H
#define FSOCK_H
#ifdef NETWARE
#include <sys/timeval.h>
#endif
#include "file.h"
#include "php_network.h"
-2
View 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