From: Anantha Kesari H Y Date: Wed, 29 Sep 2004 10:54:56 +0000 (+0000) Subject: NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a93f75ce6bfd165cb4d2af4229de13d11290b366;p=php NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks --- diff --git a/main/php_streams.h b/main/php_streams.h index 1c9802f93a..a1fb224396 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -104,11 +104,7 @@ typedef struct _php_stream_filter php_stream_filter; #include "streams/php_stream_filter_api.h" 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;