summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-20 21:39:05 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-20 21:39:05 +0000
commit79ce568c221f055f302cbb769c29e6f4f4530a6c (patch)
tree705051562328f8e6d0ac7c9f821c4afb47982810 /test/testmmap.c
parent550eaed45e3704656762ab7da899b462e7e94119 (diff)
downloadapr-79ce568c221f055f302cbb769c29e6f4f4530a6c.tar.gz
The platform changes in apr to support the APR_FINFO_wanted declaration
changes for apr_stat/lstat/getfileinfo. Much, much work to do here, but this gets us started. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testmmap.c')
-rw-r--r--test/testmmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmmap.c b/test/testmmap.c
index c1f9a85c9..53e5a43d1 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -115,7 +115,7 @@ int main(void)
}
fprintf(stderr, "Getting file size...................");
- rv = apr_getfileinfo(&finfo, thefile);
+ rv = apr_getfileinfo(&finfo, APR_FINFO_NORM, thefile);
if (rv != APR_SUCCESS) {
fprintf(stderr,
"Didn't get file information: %d/%s\n",