hyanantha               Thu Sep 23 10:36:42 2004 EDT

  Modified files:              
    /php-src/sapi/apache2filter php_apache.h 
  Log:
  NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATCH and 
all such macros
  
  
http://cvs.php.net/diff.php/php-src/sapi/apache2filter/php_apache.h?r1=1.23&r2=1.24&ty=u
Index: php-src/sapi/apache2filter/php_apache.h
diff -u php-src/sapi/apache2filter/php_apache.h:1.23 
php-src/sapi/apache2filter/php_apache.h:1.24
--- php-src/sapi/apache2filter/php_apache.h:1.23        Thu Jan  8 12:33:17 2004
+++ php-src/sapi/apache2filter/php_apache.h     Thu Sep 23 10:36:42 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_apache.h,v 1.23 2004/01/08 17:33:17 sniper Exp $ */
+/* $Id: php_apache.h,v 1.24 2004/09/23 14:36:42 hyanantha Exp $ */
 
 #ifndef PHP_APACHE_H
 #define PHP_APACHE_H
@@ -41,11 +41,7 @@
        /* Index for reading from buffer */
        int post_idx;
        /* stat structure of the current file */        
-#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
-       struct stat_libc finfo;
-#else
        struct stat finfo;
-#endif
        /* Buffer for request body filter */
        char *post_data;
        /* Whether or not we've processed PHP in the output filters yet. */

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

Reply via email to