From d2e85c5c9a2339cc7ec7aa8e3a881170bd03cac0 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 23 Sep 2004 14:36:42 +0000 Subject: [PATCH] NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATCH and all such macros --- sapi/apache2filter/php_apache.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sapi/apache2filter/php_apache.h b/sapi/apache2filter/php_apache.h index a127a4b782..27dd89b3f7 100644 --- a/sapi/apache2filter/php_apache.h +++ b/sapi/apache2filter/php_apache.h @@ -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. */ -- 2.40.0