From: Anantha Kesari H Y Date: Mon, 21 Feb 2005 09:56:28 +0000 (+0000) Subject: NetWare LibC has a lstat implementation X-Git-Tag: RELEASE_0_3~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b4d482055d17a9108b4ed63badf58c69fbcd679;p=php NetWare LibC has a lstat implementation --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 6ad810113f..caaa31f1fc 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -847,7 +847,7 @@ CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC) return retval; } -#if !defined(TSRM_WIN32) && !defined(NETWARE) +#if !defined(TSRM_WIN32) CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC) { cwd_state new_state;