From: Anantha Kesari H Y Date: Mon, 21 Feb 2005 09:44:58 +0000 (+0000) Subject: NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for... X-Git-Tag: RELEASE_0_3~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf427d4a0d0c00864e167af0583b50169415503b;p=php NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware. --- diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c index af5f939a70..d8783ffe99 100644 --- a/ext/standard/pageinfo.c +++ b/ext/standard/pageinfo.c @@ -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 #endif