From bf427d4a0d0c00864e167af0583b50169415503b Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 21 Feb 2005 09:44:58 +0000 Subject: [PATCH] NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware. --- ext/standard/pageinfo.c | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.40.0