]> granicus.if.org Git - apache/commitdiff
Another struct stat to ap_finfo_t change
authorBill Stoddard <stoddard@apache.org>
Mon, 12 Jun 2000 18:43:41 +0000 (18:43 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 12 Jun 2000 18:43:41 +0000 (18:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85546 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index b993368319f8cad2458c0de21c6211a9650c8781..1c6c0a1518448ca481a553b238625da13fd09b86 100644 (file)
@@ -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;