summaryrefslogtreecommitdiff
path: root/mmap/unix
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2000-06-12 12:54:20 +0000
committerDavid Reid <dreid@apache.org>2000-06-12 12:54:20 +0000
commit87b5fb0c9f791b586445ce2188553456def627b0 (patch)
tree03919dce98c57cb55d1f76e79ab47107427c5ca0 /mmap/unix
parent8b49ec71c5e856502197367911810e93515de3ad (diff)
downloadapr-87b5fb0c9f791b586445ce2188553456def627b0.tar.gz
OK so finally I get my cvs working again! These small diffs
get mmap building on BeOS after the merge. Missed them last time around. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix')
-rw-r--r--mmap/unix/common.c2
-rw-r--r--mmap/unix/mmap_h.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mmap/unix/common.c b/mmap/unix/common.c
index d2fc6cc01..b80653d80 100644
--- a/mmap/unix/common.c
+++ b/mmap/unix/common.c
@@ -63,7 +63,7 @@
#include "mmap_h.h"
-#if HAVE_MMAP
+#if HAVE_MMAP || defined(BEOS)
ap_status_t ap_mmap_offset(void **addr, ap_mmap_t *mmap, ap_off_t offset)
{
diff --git a/mmap/unix/mmap_h.h b/mmap/unix/mmap_h.h
index 87300f19c..7cb71b851 100644
--- a/mmap/unix/mmap_h.h
+++ b/mmap/unix/mmap_h.h
@@ -59,7 +59,7 @@
#include "apr_general.h"
#include "apr_mmap.h"
#include "apr_errno.h"
-#include "fileio.h"
+#include "../../file_io/unix/fileio.h"
#include "mmap_h.h"
/* System headers required for the mmap library */