summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-12-15 13:07:31 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-12-15 13:07:31 +0000
commit0f2c2eac0db79b7224e585ea13fa91df65603547 (patch)
tree889208f9d0aa4c15ae7ff76806f4ff2c1c829aa0 /mmap
parente968ef66fc001cf0a9f31cec48c399ce8c352dbf (diff)
downloadlibapr-0f2c2eac0db79b7224e585ea13fa91df65603547.tar.gz
Update the BeOS files to use a single header.
BeOS can't use the same non-blocking code as Unix for pipes, so until I can add the appropriate code I'm commenting it out for BeOS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/beos/mmap.c9
-rw-r--r--mmap/beos/mmap_h.h11
2 files changed, 9 insertions, 11 deletions
diff --git a/mmap/beos/mmap.c b/mmap/beos/mmap.c
index dd95c3c24..cb0c3ded6 100644
--- a/mmap/beos/mmap.c
+++ b/mmap/beos/mmap.c
@@ -54,15 +54,6 @@
*/
#include "mmap_h.h"
-#include "apr_mmap.h"
-#include "apr_general.h"
-#include "apr_portable.h"
-#include "apr_lib.h"
-#include "fileio.h"
-#include <kernel/OS.h>
-#include <errno.h>
-#include <string.h>
-#include <stdio.h>
ap_status_t mmap_cleanup(void *themmap)
{
diff --git a/mmap/beos/mmap_h.h b/mmap/beos/mmap_h.h
index 37a9e77b8..59bb477f5 100644
--- a/mmap/beos/mmap_h.h
+++ b/mmap/beos/mmap_h.h
@@ -56,11 +56,18 @@
#ifndef MMAP_H_H
#define MMAP_H_H
-#include <sys/stat.h>
-#include <kernel/OS.h>
#include "apr_general.h"
#include "apr_mmap.h"
#include "apr_errno.h"
+#include "apr_general.h"
+#include "apr_portable.h"
+#include "apr_lib.h"
+#include "fileio.h"
+#include <sys/stat.h>
+#include <kernel/OS.h>
+#include <errno.h>
+#include <string.h>
+#include <stdio.h>
struct mmap_t {
ap_context_t *cntxt;