hyanantha Mon Feb 21 04:44:58 2005 EDT Modified files: /php-src/ext/standard pageinfo.c Log: NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware. http://cvs.php.net/diff.php/php-src/ext/standard/pageinfo.c?r1=1.38&r2=1.39&ty=u Index: php-src/ext/standard/pageinfo.c diff -u php-src/ext/standard/pageinfo.c:1.38 php-src/ext/standard/pageinfo.c:1.39 --- php-src/ext/standard/pageinfo.c:1.38 Sat Sep 25 11:23:35 2004 +++ php-src/ext/standard/pageinfo.c Mon Feb 21 04:44:58 2005 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pageinfo.c,v 1.38 2004/09/25 15:23:35 hyanantha Exp $ */ +/* $Id: pageinfo.c,v 1.39 2005/02/21 09:44:58 hyanantha Exp $ */ #include "php.h" #include "pageinfo.h" @@ -27,11 +27,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#ifdef ZTS -extern int basic_globals_id; -#endif -#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