Lines 1-10
Link Here
|
1 |
--- jrd/common.h.orig Sat Nov 17 20:07:00 2001 |
1 |
--- jrd/common.h.orig Thu Dec 6 05:06:37 2001 |
2 |
+++ jrd/common.h Sun Nov 18 18:54:26 2001 |
2 |
+++ jrd/common.h Wed Nov 13 11:47:17 2002 |
3 |
@@ -137,6 +137,7 @@ |
3 |
@@ -148,6 +148,7 @@ |
4 |
/* FreeBSD for Intel platforms */ |
4 |
/* FreeBSD for Intel platforms */ |
5 |
#ifdef FREEBSD |
5 |
#ifdef FREEBSD |
6 |
|
6 |
|
7 |
+#define UNIX_64_BIT_IO |
7 |
+#define UNIX_64_BIT_IO |
8 |
#define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1)) |
8 |
#define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1)) |
9 |
#define ALIGNMENT 4 |
9 |
#define ALIGNMENT 4 |
10 |
#define DOUBLE_ALIGN 4 |
10 |
#define DOUBLE_ALIGN 4 |
|
|
11 |
@@ -164,6 +165,7 @@ |
12 |
#define QUADCONST(n) (n##LL) |
13 |
#define KILLER_SIGNALS |
14 |
#define MMAP_SUPPORTED |
15 |
+#define MAP_ANONYMOUS |
16 |
#define SIGACTION_SUPPORTED |
17 |
#define NO_NFS /* no MTAB_OPEN or MTAB_CLOSE in isc_file.c */ |
18 |
|