]> granicus.if.org Git - php/commitdiff
CLIB_STAT_PATCH check is redundant. So removing it
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 23 Sep 2004 13:07:43 +0000 (13:07 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 23 Sep 2004 13:07:43 +0000 (13:07 +0000)
main/streams/userspace.c

index 0b687290923bd4dca67cb98d000acd10a20436c8..acc9845fa8d1cd32ab933b6d19e612d4f998e0bd 100644 (file)
@@ -766,7 +766,7 @@ static int statbuf_from_array(zval *array, php_stream_statbuf *ssb TSRMLS_DC)
        STAT_PROP_ENTRY(rdev);
 #endif
        STAT_PROP_ENTRY(size);
-#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
+#ifdef NETWARE
        STAT_PROP_ENTRY_EX(atime, atime.tv_sec);
        STAT_PROP_ENTRY_EX(mtime, mtime.tv_sec);
        STAT_PROP_ENTRY_EX(ctime, ctime.tv_sec);