diff options
Diffstat (limited to 'ext/standard/flock_compat.c')
-rw-r--r-- | ext/standard/flock_compat.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index 0be10abc3..63f2973b2 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: flock_compat.c,v 1.27 2004/01/08 08:17:31 andi Exp $ */ +/* $Id: flock_compat.c,v 1.27.2.1 2005/06/28 13:46:45 hyanantha Exp $ */ #include "php.h" #include <errno.h> @@ -33,11 +33,7 @@ #endif #ifdef NETWARE -#ifdef NEW_LIBC #include <netinet/in.h> -#else -#include <sys/socket.h> -#endif #endif #ifndef HAVE_FLOCK |