summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-01-07 00:52:57 +0000
committerthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-01-07 00:52:57 +0000
commit65517e0a3ba283bcf9eb4db52216dd813f6cad80 (patch)
treed15e41e558c0b1d9170bcec6e12f68ac3c1ce109 /mmap
parentd6cd8426d1b9abdc50cfd8aa12fabfc9f11ae1bd (diff)
downloadlibapr-65517e0a3ba283bcf9eb4db52216dd813f6cad80.tar.gz
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/mmap.c2
-rw-r--r--mmap/win32/mmap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c
index dcb08040f..e557f615d 100644
--- a/mmap/unix/mmap.c
+++ b/mmap/unix/mmap.c
@@ -58,7 +58,7 @@
#include "apr_strings.h"
#include "apr_mmap.h"
#include "apr_errno.h"
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
#include "apr_portable.h"
/* System headers required for the mmap library */
diff --git a/mmap/win32/mmap.c b/mmap/win32/mmap.c
index b47b64b39..993ef5fbf 100644
--- a/mmap/win32/mmap.c
+++ b/mmap/win32/mmap.c
@@ -57,7 +57,7 @@
#include "apr_general.h"
#include "apr_mmap.h"
#include "apr_errno.h"
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
#include "apr_portable.h"
#include "apr_strings.h"