]> granicus.if.org Git - php/commitdiff
removing the redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 14:57:31 +0000 (14:57 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 14:57:31 +0000 (14:57 +0000)
ext/standard/fsock.h

index e38035a89fe1cb6b130a3c65087ec3d4b0164763..aa4020a90fbdb69f2513d6c76154042e0f9c4d6c 100644 (file)
 #define FSOCK_H
 
 #ifdef NETWARE
-#ifdef NEW_LIBC
-#include "sys/timeval.h"
-#else
-#include "netware/time_nw.h"    /* For 'timeval' */
-#endif
+#include <sys/timeval.h>
 #endif
 
 #include "file.h"