hyanantha Wed Jun 22 07:23:39 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main fopen_wrappers.c Log: NetWare LibC has sys/param.h http://cvs.php.net/diff.php/php-src/main/fopen_wrappers.c?r1=1.170.2.2&r2=1.170.2.3&ty=u Index: php-src/main/fopen_wrappers.c diff -u php-src/main/fopen_wrappers.c:1.170.2.2 php-src/main/fopen_wrappers.c:1.170.2.3 --- php-src/main/fopen_wrappers.c:1.170.2.2 Fri Mar 11 01:55:22 2005 +++ php-src/main/fopen_wrappers.c Wed Jun 22 07:23:35 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: fopen_wrappers.c,v 1.170.2.2 2005/03/11 06:55:22 hyanantha Exp $ */ +/* $Id: fopen_wrappers.c,v 1.170.2.3 2005/06/22 11:23:35 hyanantha Exp $ */ /* {{{ includes */ @@ -35,14 +35,6 @@ #ifdef PHP_WIN32 #define O_RDONLY _O_RDONLY #include "win32/param.h" -#elif defined(NETWARE) -/*#include <ws2nlm.h>*/ -/*#include <sys/socket.h>*/ -#ifdef NEW_LIBC -#include <sys/param.h> -#else -#include "netware/param.h" -#endif #else #include <sys/param.h> #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php