From: Anantha Kesari H Y Date: Fri, 24 Sep 2004 15:44:57 +0000 (+0000) Subject: removed redundant CLIB_STAT_PATCH checks for NETWARE X-Git-Tag: PRE_NEW_VM_GEN_PATCH~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac5b702b9189097d0fa69f544d4b972ee9c69f80;p=php removed redundant CLIB_STAT_PATCH checks for NETWARE --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 8d61e60298..99f8aa7853 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -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;