]> granicus.if.org Git - php/commitdiff
Removing redundant CLIB_STAT_PATCH checks.
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 27 Jul 2005 09:14:44 +0000 (09:14 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 27 Jul 2005 09:14:44 +0000 (09:14 +0000)
--Kamesh

main/php_streams.h

index 5b7726c39ae4cead018213ed73bfc899a90a839a..1e9ecbcf757134498c00d047c7c58b8486bb7a28 100755 (executable)
@@ -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;