From: Anantha Kesari H Y Date: Wed, 27 Jul 2005 09:14:44 +0000 (+0000) Subject: Removing redundant CLIB_STAT_PATCH checks. X-Git-Tag: php-4.4.1RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32ee7c0288c41fcd77c43d2ff92eed6b875bf49f;p=php Removing redundant CLIB_STAT_PATCH checks. --Kamesh --- diff --git a/main/php_streams.h b/main/php_streams.h index 5b7726c39a..1e9ecbcf75 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -106,11 +106,7 @@ typedef void (*php_stream_notification_func)(php_stream_context *context, void * ptr TSRMLS_DC); typedef struct _php_stream_statbuf { -#if defined(NETWARE) && defined(CLIB_STAT_PATCH) - struct stat_libc sb; /* regular info */ -#else struct stat sb; /* regular info */ -#endif /* extended info to go here some day: content-type etc. etc. */ } php_stream_statbuf;