hyanantha               Thu Feb 17 08:57:21 2005 EDT

  Modified files:              
    /php-src/ext/standard       filestat.c 
  Log:
  NetWare LibC has pwd.h
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/filestat.c?r1=1.133&r2=1.134&ty=u
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/filestat.c:1.133 
php-src/ext/standard/filestat.c:1.134
--- php-src/ext/standard/filestat.c:1.133       Tue Oct 19 04:21:24 2004
+++ php-src/ext/standard/filestat.c     Thu Feb 17 08:57:21 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: filestat.c,v 1.133 2004/10/19 08:21:24 hyanantha Exp $ */
+/* $Id: filestat.c,v 1.134 2005/02/17 13:57:21 hyanantha Exp $ */
 
 #include "php.h"
 #include "safe_mode.h"
@@ -58,8 +58,6 @@
 #if HAVE_PWD_H
 # ifdef PHP_WIN32
 #  include "win32/pwd.h"
-# elif defined(NETWARE)
-#  include "netware/pwd.h"
 # else
 #  include <pwd.h>
 # endif

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

Reply via email to