]> granicus.if.org Git - php/commitdiff
removed NEW_LIBC checks in NETWARE
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:30:26 +0000 (15:30 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:30:26 +0000 (15:30 +0000)
ext/standard/flock_compat.c

index 373f43f9cd7e86df2591d458b3e0366cc1387a90..0b1d0b1c222a2bab36fb30947598dfd18542cb54 100644 (file)
 #endif
 
 #ifdef NETWARE
-#ifdef NEW_LIBC
 #include <netinet/in.h>
-#else
-#include <sys/socket.h>
-#endif
 #endif
 
 #ifndef HAVE_FLOCK