hyanantha               Wed Jun 29 02:46:59 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       reentrancy.c 
  Log:
  removed the unwanted NetWare Code
  
  
http://cvs.php.net/diff.php/php-src/main/reentrancy.c?r1=1.40&r2=1.40.2.1&ty=u
Index: php-src/main/reentrancy.c
diff -u php-src/main/reentrancy.c:1.40 php-src/main/reentrancy.c:1.40.2.1
--- php-src/main/reentrancy.c:1.40      Thu Jan  8 03:17:54 2004
+++ php-src/main/reentrancy.c   Wed Jun 29 02:46:59 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: reentrancy.c,v 1.40 2004/01/08 08:17:54 andi Exp $ */
+/* $Id: reentrancy.c,v 1.40.2.1 2005/06/29 06:46:59 hyanantha Exp $ */
 
 #include <sys/types.h>
 #include <string.h>
@@ -29,11 +29,6 @@
 #include "win32/readdir.h"
 #endif
 
-#if defined(NETWARE) && !(NEW_LIBC)
-/*#include <ws2nlm.h>*/
-#include <sys/socket.h>
-#endif
-
 #include "php_reentrancy.h"
 #include "ext/standard/php_rand.h"                   /* for PHP_RAND_MAX */
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to