hyanantha               Mon Mar 21 03:40:55 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/standard       file.c 
  Log:
  NetWare LibC headers have sys/param.h
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.382.2.6&r2=1.382.2.7&ty=u
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.382.2.6 
php-src/ext/standard/file.c:1.382.2.7
--- php-src/ext/standard/file.c:1.382.2.6       Fri Mar 11 06:16:19 2005
+++ php-src/ext/standard/file.c Mon Mar 21 03:40:54 2005
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.382.2.6 2005/03/11 11:16:19 hyanantha Exp $ */
+/* $Id: file.c,v 1.382.2.7 2005/03/21 08:40:54 hyanantha Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -47,10 +47,6 @@
 #define O_RDONLY _O_RDONLY
 #include "win32/param.h"
 #include "win32/winutil.h"
-#elif defined(NETWARE) && !defined(NEW_LIBC)
-/*#include <ws2nlm.h>*/
-#include <sys/socket.h>
-#include "netware/param.h"
 #else
 #if HAVE_SYS_PARAM_H
 #include <sys/param.h>

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

Reply via email to