From 32ee7c0288c41fcd77c43d2ff92eed6b875bf49f Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 27 Jul 2005 09:14:44 +0000 Subject: [PATCH] Removing redundant CLIB_STAT_PATCH checks. --Kamesh --- main/php_streams.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.40.0