summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-02-17 13:57:21 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-02-17 13:57:21 +0000
commit5f243d7af75df29afea19da590b0cea10854ce91 (patch)
tree18b0e95219f90ceaa4d763f058e8010f323cb8ed /ext
parent67a2998335b092bee137f48218b8cd05d0e35e48 (diff)
downloadphp-git-5f243d7af75df29afea19da590b0cea10854ce91.tar.gz
NetWare LibC has pwd.h
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/filestat.c2
1 files changed, 0 insertions, 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 <pwd.h>
# endif