aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-server/files/patch-ae
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-13 02:05:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-13 02:05:20 +0000
commit33442f5f394d9d8afb162621b8e361ac56ad6442 (patch)
tree6377c48cf3c97ebcad622be1459fcb6f2f1cb5be /databases/firebird-server/files/patch-ae
parent8fe15e7332acbd3c0208ffaa144ffd9f99855785 (diff)
downloadports-33442f5f394d9d8afb162621b8e361ac56ad6442.tar.gz
ports-33442f5f394d9d8afb162621b8e361ac56ad6442.zip
Notes
Diffstat (limited to 'databases/firebird-server/files/patch-ae')
-rw-r--r--databases/firebird-server/files/patch-ae16
1 files changed, 12 insertions, 4 deletions
diff --git a/databases/firebird-server/files/patch-ae b/databases/firebird-server/files/patch-ae
index 12f66c37082b..2b26792352f1 100644
--- a/databases/firebird-server/files/patch-ae
+++ b/databases/firebird-server/files/patch-ae
@@ -1,10 +1,18 @@
---- jrd/common.h.orig Sat Nov 17 20:07:00 2001
-+++ jrd/common.h Sun Nov 18 18:54:26 2001
-@@ -137,6 +137,7 @@
+--- jrd/common.h.orig Thu Dec 6 05:06:37 2001
++++ jrd/common.h Wed Nov 13 11:47:17 2002
+@@ -148,6 +148,7 @@
/* FreeBSD for Intel platforms */
#ifdef FREEBSD
-
+
+#define UNIX_64_BIT_IO
#define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1))
#define ALIGNMENT 4
#define DOUBLE_ALIGN 4
+@@ -164,6 +165,7 @@
+ #define QUADCONST(n) (n##LL)
+ #define KILLER_SIGNALS
+ #define MMAP_SUPPORTED
++#define MAP_ANONYMOUS
+ #define SIGACTION_SUPPORTED
+ #define NO_NFS /* no MTAB_OPEN or MTAB_CLOSE in isc_file.c */
+