]> granicus.if.org Git - php/commitdiff
NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 10:54:56 +0000 (10:54 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 10:54:56 +0000 (10:54 +0000)
main/php_streams.h

index 1c9802f93a2228590efd9fed5da8ce87485d7d3d..a1fb224396af5d0c974cdb490ce384ab435b6a40 100755 (executable)
@@ -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;