]> granicus.if.org Git - php/commitdiff
NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATCH and...
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 23 Sep 2004 14:36:42 +0000 (14:36 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 23 Sep 2004 14:36:42 +0000 (14:36 +0000)
sapi/apache2filter/php_apache.h

index a127a4b782c3bd28a2f1710eb6e03f2620f629fe..27dd89b3f7dae72313ccf243748e62017576d658 100644 (file)
@@ -41,11 +41,7 @@ typedef struct php_struct {
        /* 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. */