diff options
| author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-17 13:57:21 +0000 |
|---|---|---|
| committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-17 13:57:21 +0000 |
| commit | 5f243d7af75df29afea19da590b0cea10854ce91 (patch) | |
| tree | 18b0e95219f90ceaa4d763f058e8010f323cb8ed | |
| parent | 67a2998335b092bee137f48218b8cd05d0e35e48 (diff) | |
| download | php-git-5f243d7af75df29afea19da590b0cea10854ce91.tar.gz | |
NetWare LibC has pwd.h
| -rw-r--r-- | ext/standard/filestat.c | 2 |
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 |
