summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-01-20 22:18:55 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-01-20 22:18:55 +0000
commitf8a5f255c88ad818fc61de56472a7e745c3492dd (patch)
tree357696bbe86dd0a87fd10f69e4bf4ae96e3fefe7 /include/apr_file_info.h
parent7c48a553f5843b7335d07b81f57f3f6ce72d6cae (diff)
downloadlibapr-f8a5f255c88ad818fc61de56472a7e745c3492dd.tar.gz
Get APR building on Unix again. This just updates APR for the new
apr_stat API. Bill, could you please document get_filename_case? git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index d73941387..baa11e731 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -197,7 +197,7 @@ struct apr_finfo_t {
/** The time the file was last changed */
apr_time_t ctime;
/** The full pathname of the file */
- char *fname;
+ const char *fname;
/** The file's name alone, in filesystem case */
char *fcase;
/** The file's handle, if accessed (can be submitted to apr_duphandle) */