From: Bill Stoddard Date: Mon, 12 Jun 2000 18:43:41 +0000 (+0000) Subject: Another struct stat to ap_finfo_t change X-Git-Tag: APACHE_2_0_ALPHA_5~350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=802f37be4749630b433a9d21f56bbd4a97fb0f95;p=apache Another struct stat to ap_finfo_t change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85546 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index b993368319..1c6c0a1518 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -1035,7 +1035,7 @@ static int hook_uri2file(request_rec *r) char docroot[512]; char *cp, *cp2; const char *ccp; - struct stat finfo; + ap_finfo_t finfo; unsigned int port; int n; int l;