diff options
| author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-29 10:54:56 +0000 | 
|---|---|---|
| committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-29 10:54:56 +0000 | 
| commit | a93f75ce6bfd165cb4d2af4229de13d11290b366 (patch) | |
| tree | f982570ccdf6f14ec0f2edbb440e8335587cce6c | |
| parent | 0903dcdcf7673f631f89b1e2c9200e8bd2f1f8f1 (diff) | |
| download | php-git-a93f75ce6bfd165cb4d2af4229de13d11290b366.tar.gz | |
NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks
| -rwxr-xr-x | main/php_streams.h | 4 | 
1 files changed, 0 insertions, 4 deletions
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;  | 
