diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-01 18:48:24 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-01 18:48:24 +0000 |
commit | 5663ef71507a56e0a12defdf8c4a287ef4ca56a5 (patch) | |
tree | 4cc19338ca212dec16cd32b97df0e3fec7f7d8e8 /mmap | |
parent | ce75fd81dc225d682c1c866dc2a44766696be3ab (diff) | |
download | libapr-5663ef71507a56e0a12defdf8c4a287ef4ca56a5.tar.gz |
Small change to get mmap support for BeOS working again.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r-- | mmap/unix/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c index cd6075017..504970a7e 100644 --- a/mmap/unix/mmap.c +++ b/mmap/unix/mmap.c @@ -55,7 +55,7 @@ #include "mmap_h.h" #include "apr_portable.h" -#if HAVE_MMAP +#if HAVE_MMAP || defined(BEOS) static ap_status_t mmap_cleanup(void *themmap) { |