diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-21 09:56:28 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-21 09:56:28 +0000 |
commit | 3b4d482055d17a9108b4ed63badf58c69fbcd679 (patch) | |
tree | 2f57ee5d98adc567b73511c9964534846471b8f5 | |
parent | 459313c26ddf92aad34da869a904a4286205ea13 (diff) | |
download | php-git-3b4d482055d17a9108b4ed63badf58c69fbcd679.tar.gz |
NetWare LibC has a lstat implementation
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |