]> granicus.if.org Git - apache/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)
commit01dd97bd88456f62b5f44100aa5a935a56fdedb3
tree3338f32758dc1089223cac4ea1932a937ad6115a
parentd3c92fdc0f95af87a4e84d0eb6eb2df118129e46
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