Any objections if I commit this to 2.0 and 2.1? as this bit is st_mode in the stat(2) manpage and it's finfo.protection in apr_finfo_t struct, not quite ST_MODE.

Index: include/httpd.h
===================================================================
RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
retrieving revision 1.191.2.5
diff -u -r1.191.2.5 httpd.h
--- include/httpd.h     17 Jun 2003 09:47:26 -0000      1.191.2.5
+++ include/httpd.h     29 Aug 2003 01:39:05 -0000
@@ -881,7 +881,7 @@
     char *path_info;
     /** The QUERY_ARGS extracted from this request */
     char *args;
-    /** ST_MODE set to zero if no such file */
+    /**  finfo.protection (st_mode) set to zero if no such file */
     apr_finfo_t finfo;
     /** A struct containing the components of URI */
     apr_uri_t parsed_uri;


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



Reply via email to