hyanantha               Mon Mar 21 03:42:34 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/standard       ftp_fopen_wrapper.c 
  Log:
  NetWare LibC headers have sys/param.h
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/ftp_fopen_wrapper.c?r1=1.74.2.3&r2=1.74.2.4&ty=u
Index: php-src/ext/standard/ftp_fopen_wrapper.c
diff -u php-src/ext/standard/ftp_fopen_wrapper.c:1.74.2.3 
php-src/ext/standard/ftp_fopen_wrapper.c:1.74.2.4
--- php-src/ext/standard/ftp_fopen_wrapper.c:1.74.2.3   Thu Mar 10 08:37:54 2005
+++ php-src/ext/standard/ftp_fopen_wrapper.c    Mon Mar 21 03:42:34 2005
@@ -18,7 +18,7 @@
    |          Sara Golemon <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: ftp_fopen_wrapper.c,v 1.74.2.3 2005/03/10 13:37:54 hyanantha Exp $ */
+/* $Id: ftp_fopen_wrapper.c,v 1.74.2.4 2005/03/21 08:42:34 hyanantha Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -35,14 +35,6 @@
 #include <winsock2.h>
 #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

Reply via email to