hyanantha               Wed Sep 29 06:54:57 2004 EDT

  Modified files:              
    /php-src/main       php_streams.h 
  Log:
  NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks
  
  
http://cvs.php.net/diff.php/php-src/main/php_streams.h?r1=1.97&r2=1.98&ty=u
Index: php-src/main/php_streams.h
diff -u php-src/main/php_streams.h:1.97 php-src/main/php_streams.h:1.98
--- php-src/main/php_streams.h:1.97     Mon Sep 13 23:48:16 2004
+++ php-src/main/php_streams.h  Wed Sep 29 06:54:56 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_streams.h,v 1.97 2004/09/14 03:48:16 pollita Exp $ */
+/* $Id: php_streams.h,v 1.98 2004/09/29 10:54:56 hyanantha Exp $ */
 
 #ifndef PHP_STREAMS_H
 #define PHP_STREAMS_H
@@ -104,11 +104,7 @@
 #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;
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to