hyanantha Thu Feb 17 08:56:50 2005 EDT
Modified files:
/php-src/ext/standard file.c
Log:
NetWare libc has pwd.h
http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.397&r2=1.398&ty=u
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.397 php-src/ext/standard/file.c:1.398
--- php-src/ext/standard/file.c:1.397 Tue Feb 8 10:25:45 2005
+++ php-src/ext/standard/file.c Thu Feb 17 08:56:49 2005
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.c,v 1.397 2005/02/08 15:25:45 iliaa Exp $ */
+/* $Id: file.c,v 1.398 2005/02/17 13:56:49 hyanantha Exp $ */
/* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
@@ -83,8 +83,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