]> granicus.if.org Git - php/commitdiff
NetWare LibC has a lstat implementation
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Feb 2005 09:56:28 +0000 (09:56 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Feb 2005 09:56:28 +0000 (09:56 +0000)
TSRM/tsrm_virtual_cwd.c

index 6ad810113fbb24567fed96e63787cdac021a8cb2..caaa31f1fc65313395a4b59bbeb579a91241917b 100644 (file)
@@ -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;