hyanantha Wed Jul 27 05:14:44 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/main php_streams.h
Log:
Removing redundant CLIB_STAT_PATCH checks.
--Kamesh
http://cvs.php.net/diff.php/php-src/main/php_streams.h?r1=1.61.2.18&r2=1.61.2.18.2.1&ty=u
Index: php-src/main/php_streams.h
diff -u php-src/main/php_streams.h:1.61.2.18
php-src/main/php_streams.h:1.61.2.18.2.1
--- php-src/main/php_streams.h:1.61.2.18 Mon May 16 04:55:31 2005
+++ php-src/main/php_streams.h Wed Jul 27 05:14:44 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_streams.h,v 1.61.2.18 2005/05/16 08:55:31 tony2001 Exp $ */
+/* $Id: php_streams.h,v 1.61.2.18.2.1 2005/07/27 09:14:44 hyanantha Exp $ */
#ifndef PHP_STREAMS_H
#define PHP_STREAMS_H
@@ -106,11 +106,7 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php