hyanantha               Tue Jun 28 11:27:50 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       php_open_temporary_file.c 
  Log:
  removed redundant NEW_LIBC checks
  
  
http://cvs.php.net/diff.php/php-src/main/php_open_temporary_file.c?r1=1.30.2.2&r2=1.30.2.3&ty=u
Index: php-src/main/php_open_temporary_file.c
diff -u php-src/main/php_open_temporary_file.c:1.30.2.2 
php-src/main/php_open_temporary_file.c:1.30.2.3
--- php-src/main/php_open_temporary_file.c:1.30.2.2     Fri May  6 12:49:04 2005
+++ php-src/main/php_open_temporary_file.c      Tue Jun 28 11:27:49 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_open_temporary_file.c,v 1.30.2.2 2005/05/06 16:49:04 tony2001 Exp 
$ */
+/* $Id: php_open_temporary_file.c,v 1.30.2.3 2005/06/28 15:27:49 hyanantha Exp 
$ */
 
 #include "php.h"
 
@@ -31,18 +31,12 @@
 #include "win32/winutil.h"
 #elif defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
 #endif
-#ifdef NEW_LIBC
 #include <sys/param.h>
 #else
-#include "netware/param.h"
-#endif
-#include "netware/mktemp.h"
-#else
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <netinet/in.h>

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

Reply via email to