Browse Source

removed NEW_LIBC checks in NETWARE

PHP-5.1
Anantha Kesari H Y 22 years ago
parent
commit
80a4042a5c
  1. 4
      ext/standard/flock_compat.c

4
ext/standard/flock_compat.c

@ -33,11 +33,7 @@
#endif
#ifdef NETWARE
#ifdef NEW_LIBC
#include <netinet/in.h>
#else
#include <sys/socket.h>
#endif
#endif
#ifndef HAVE_FLOCK

Loading…
Cancel
Save