From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 15:14:22 +0000 (+0000) Subject: removing redundant NEW_LIBC checks X-Git-Tag: php-5.0.5RC1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eafc0420f031c7007dbbb9f35478035e381019c8;p=php removing redundant NEW_LIBC checks --- diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index d6ae93cea9..70aab7402b 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -637,11 +637,7 @@ PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int typ case FS_INODE: RETURN_LONG((long)ssb.sb.st_ino); case FS_SIZE: -#if defined(NETWARE) && defined(NEW_LIBC) - RETURN_LONG((long)(stat_sb->st_size)); -#else RETURN_LONG((long)ssb.sb.st_size); -#endif case FS_OWNER: RETURN_LONG((long)ssb.sb.st_uid); case FS_GROUP: