summaryrefslogtreecommitdiff
path: root/file_io/netware
diff options
context:
space:
mode:
authorThom May <thommay@apache.org>2003-01-07 00:52:57 +0000
committerThom May <thommay@apache.org>2003-01-07 00:52:57 +0000
commitcba63601700430b0ec112e8ecb824b592f9b7023 (patch)
treed15e41e558c0b1d9170bcec6e12f68ac3c1ce109 /file_io/netware
parente3fb308c270a067faa70ed80a37820515ada1f93 (diff)
downloadapr-cba63601700430b0ec112e8ecb824b592f9b7023.tar.gz
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/netware')
-rw-r--r--file_io/netware/filestat.c2
-rw-r--r--file_io/netware/filesys.c2
-rw-r--r--file_io/netware/flock.c2
-rw-r--r--file_io/netware/pipe.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/file_io/netware/filestat.c b/file_io/netware/filestat.c
index 9b87573b2..6b691a9d1 100644
--- a/file_io/netware/filestat.c
+++ b/file_io/netware/filestat.c
@@ -52,7 +52,7 @@
* <http://www.apache.org/>.
*/
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
#include "fsio.h"
#include "nks/dirio.h"
#include "apr_file_io.h"
diff --git a/file_io/netware/filesys.c b/file_io/netware/filesys.c
index 6be9110d6..30a160047 100644
--- a/file_io/netware/filesys.c
+++ b/file_io/netware/filesys.c
@@ -53,7 +53,7 @@
*/
#include "apr.h"
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
#include "apr_strings.h"
apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p)
diff --git a/file_io/netware/flock.c b/file_io/netware/flock.c
index 8430dc7bb..6fb2681cd 100644
--- a/file_io/netware/flock.c
+++ b/file_io/netware/flock.c
@@ -53,7 +53,7 @@
*/
#include <nks/fsio.h>
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
apr_status_t apr_file_lock(apr_file_t *thefile, int type)
diff --git a/file_io/netware/pipe.c b/file_io/netware/pipe.c
index 1029e1fab..43b5a7e22 100644
--- a/file_io/netware/pipe.c
+++ b/file_io/netware/pipe.c
@@ -56,7 +56,7 @@
#include <nks/fsio.h>
#include <nks/errno.h>
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
#include "apr_strings.h"
#include "apr_portable.h"