From 80a4042a5ccbaaf97a1be8234c3616b3b608df64 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 15:30:26 +0000 Subject: [PATCH] removed NEW_LIBC checks in NETWARE --- ext/standard/flock_compat.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.1