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:
@@ -25,10 +25,6 @@
|
||||
#ifndef FSOCK_H
|
||||
#define FSOCK_H
|
||||
|
||||
#ifdef NETWARE
|
||||
#include <sys/timeval.h>
|
||||
#endif
|
||||
|
||||
#include "file.h"
|
||||
|
||||
#include "php_network.h"
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/time.h"
|
||||
#elif defined(NETWARE)
|
||||
#include <sys/timeval.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user