From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 13:46:45 +0000 (+0000) Subject: removing redundant NEW_LIBC checks X-Git-Tag: php-5.0.5RC1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=146e3220b7c07df3ebf4d31947b1fede7585671c;p=php removing redundant NEW_LIBC checks --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 35aaa67f89..171d425221 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -40,19 +40,13 @@ #include "win32/time.h" #elif defined(NETWARE) #ifdef USE_WINSOCK -/*#include */ #include #else #include #endif #include -/*#include */ -#ifdef NEW_LIBC #include #else -#include "netware/time_nw.h" -#endif -#else #include #include #include diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index 373f43f9cd..0b1d0b1c22 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.c @@ -33,11 +33,7 @@ #endif #ifdef NETWARE -#ifdef NEW_LIBC #include -#else -#include -#endif #endif #ifndef HAVE_FLOCK