Removed patch to 'apr-portable.h' as it's no longer needed.

This commit is contained in:
Scott McCreary
2009-02-17 21:17:51 +00:00
parent b9e0ed11bd
commit 5841ca615d

View File

@@ -91,18 +91,6 @@ diff -urN apr-0.9.17-orig/configure.in apr-0.9.17/configure.in
ssize_t_fmt='#define APR_SSIZE_T_FMT "ld"'
size_t_fmt='#define APR_SIZE_T_FMT "ld"'
;;
diff -urN apr-0.9.17-orig/include/apr_portable.h apr-0.9.17/include/apr_portable.h
--- apr-0.9.17-orig/include/apr_portable.h 2006-09-20 16:04:09.000000000 +0000
+++ apr-0.9.17/include/apr_portable.h 2008-05-13 22:10:51.000000000 +0000
@@ -84,7 +84,7 @@
typedef HMODULE apr_os_dso_handle_t;
typedef void* apr_os_shm_t;
-#elif defined(__BEOS__)
+#elif defined(__BEOS__) && !defined(__HAIKU__)
#include <kernel/OS.h>
#include <kernel/image.h>
diff -urN apr-0.9.17-orig/test/testoc.c apr-0.9.17/test/testoc.c
--- apr-0.9.17-orig/test/testoc.c 2006-09-20 16:04:09.000000000 +0000
+++ apr-0.9.17/test/testoc.c 2008-05-13 22:10:51.000000000 +0000