From 3b4d482055d17a9108b4ed63badf58c69fbcd679 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 21 Feb 2005 09:56:28 +0000 Subject: [PATCH] NetWare LibC has a lstat implementation --- TSRM/tsrm_virtual_cwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1