]> granicus.if.org Git - php/commitdiff
removed redundant CLIB_STAT_PATCH checks for NETWARE
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 24 Sep 2004 15:44:57 +0000 (15:44 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 24 Sep 2004 15:44:57 +0000 (15:44 +0000)
sapi/apache2filter/sapi_apache2.c

index 8d61e60298d972ce5b933929606e8cffe834d052..99f8aa78533f35bf1e78700777470f18e7a409bd 100644 (file)
@@ -173,7 +173,7 @@ php_apache_sapi_get_stat(TSRMLS_D)
        ctx->finfo.st_gid = ctx->r->finfo.group;
        ctx->finfo.st_dev = ctx->r->finfo.device;
        ctx->finfo.st_ino = ctx->r->finfo.inode;
-#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
+#ifdef NETWARE
        ctx->finfo.st_atime.tv_sec = ctx->r->finfo.atime/1000000;
        ctx->finfo.st_mtime.tv_sec = ctx->r->finfo.mtime/1000000;
        ctx->finfo.st_ctime.tv_sec = ctx->r->finfo.ctime/1000000;