diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-20 21:39:05 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-20 21:39:05 +0000 |
commit | ce8662e652668c16ad85d85ead2bc607c45715bb (patch) | |
tree | 705051562328f8e6d0ac7c9f821c4afb47982810 /test/testmmap.c | |
parent | 8291d1fc76183d67b14a9a33e98aaceda5b68e0a (diff) | |
download | libapr-ce8662e652668c16ad85d85ead2bc607c45715bb.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: http://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.c | 2 |
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", |