summaryrefslogtreecommitdiff
path: root/file_io/os2/filestat.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-03 17:14:11 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-03 17:14:11 +0000
commite675453044d65b2da994396284e37db866e26d41 (patch)
treefa1108bd3c18613f0a90b5964f03ed8d8def4bd2 /file_io/os2/filestat.c
parentab9365209a4f4c8b5faa91bb6f4ebb38cfbd23f8 (diff)
downloadlibapr-e675453044d65b2da994396284e37db866e26d41.tar.gz
Change struct file_t to struct ap_file_t. This clarifies things a bit that
APR defines both the struct and typedef's it. This is also the way things should have been coded originally, so this just fixes it. Expect more of these patches today. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59768 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/filestat.c')
-rw-r--r--file_io/os2/filestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/os2/filestat.c b/file_io/os2/filestat.c
index ef02677c8..151951f2e 100644
--- a/file_io/os2/filestat.c
+++ b/file_io/os2/filestat.c
@@ -109,7 +109,7 @@ static ap_status_t handle_type(ap_filetype_e *ftype, HFILE file)
-ap_status_t ap_getfileinfo(ap_finfo_t *finfo, struct file_t *thefile)
+ap_status_t ap_getfileinfo(ap_finfo_t *finfo, struct ap_file_t *thefile)
{
ULONG rc;
FILESTATUS3 fstatus;