hyanantha Wed Feb 23 03:56:51 2005 EDT Modified files: /php-src/main fopen_wrappers.c Log: NetWare LibC has pwd.h http://cvs.php.net/diff.php/php-src/main/fopen_wrappers.c?r1=1.172&r2=1.173&ty=u Index: php-src/main/fopen_wrappers.c diff -u php-src/main/fopen_wrappers.c:1.172 php-src/main/fopen_wrappers.c:1.173 --- php-src/main/fopen_wrappers.c:1.172 Wed Feb 2 18:43:17 2005 +++ php-src/main/fopen_wrappers.c Wed Feb 23 03:56:47 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: fopen_wrappers.c,v 1.172 2005/02/02 23:43:17 iliaa Exp $ */ +/* $Id: fopen_wrappers.c,v 1.173 2005/02/23 08:56:47 hyanantha Exp $ */ /* {{{ includes */ @@ -48,8 +48,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