]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix some APR-ization issues:
authorJeff Trawick <trawick@apache.org>
Sat, 3 Mar 2001 01:46:16 +0000 (01:46 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 3 Mar 2001 01:46:16 +0000 (01:46 +0000)
commit3f1bfe5dbc6c4a4c1fd708332b3e7e4f96f3806d
tree3338f32758dc1089223cac4ea1932a937ad6115a
parent7f0c25d8477bacec5b8cf1316c8e04007f2d9c5c
Fix some APR-ization issues:

1) we're using an apr_time_t file mtime, but trying to fit it in
   a time_t entry in the cache and in parameters to the cache
   access routines; use apr_time_t everywhere

2) we need to use apr_fileperms_t instead of mode_t for APR
   file permissions

PR: 6980

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88443 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c
modules/mappers/mod_rewrite.h