hyanantha Wed Sep 29 08:25:57 2004 EDT
Modified files:
/php-src/main reentrancy.c
Log:
removed unneccessary inclusion of headers for NetWare
http://cvs.php.net/diff.php/php-src/main/reentrancy.c?r1=1.40&r2=1.41&ty=u
Index: php-src/main/reentrancy.c
diff -u php-src/main/reentrancy.c:1.40 php-src/main/reentrancy.c:1.41
--- php-src/main/reentrancy.c:1.40 Thu Jan 8 03:17:54 2004
+++ php-src/main/reentrancy.c Wed Sep 29 08:25:56 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: reentrancy.c,v 1.40 2004/01/08 08:17:54 andi Exp $ */
+/* $Id: reentrancy.c,v 1.41 2004/09/29 12:25:56 hyanantha Exp $ */
#include <sys/types.h>
#include <string.h>
@@ -27,11 +27,6 @@
#ifdef PHP_WIN32
#include "win32/readdir.h"
-#endif
-
-#if defined(NETWARE) && !(NEW_LIBC)
-/*#include <ws2nlm.h>*/
-#include <sys/socket.h>
#endif
#include "php_reentrancy.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php