summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr/file_io/netware/filepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/app/httpd-2.0.64/srclib/apr/file_io/netware/filepath.c')
-rw-r--r--rubbos/app/httpd-2.0.64/srclib/apr/file_io/netware/filepath.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/srclib/apr/file_io/netware/filepath.c b/rubbos/app/httpd-2.0.64/srclib/apr/file_io/netware/filepath.c
new file mode 100644
index 00000000..e4bb3f36
--- /dev/null
+++ b/rubbos/app/httpd-2.0.64/srclib/apr/file_io/netware/filepath.c
@@ -0,0 +1,4 @@
+/* NetWare & Win32 have much in common with regards to file names (both are
+ * DOSish) so it makes sense to share some code
+ */
+#include "../win32/filepath.c"