From 5f243d7af75df29afea19da590b0cea10854ce91 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 17 Feb 2005 13:57:21 +0000 Subject: [PATCH] NetWare LibC has pwd.h --- ext/standard/filestat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index c15f5d35f8..9eb7768b9b 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -58,8 +58,6 @@ #if HAVE_PWD_H # ifdef PHP_WIN32 # include "win32/pwd.h" -# elif defined(NETWARE) -# include "netware/pwd.h" # else # include # endif -- 2.40.0