You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
300 B
14 lines
300 B
--- lib/cyrusdb_skiplist.c.orig Tue Apr 23 20:25:48 2002 |
|
+++ lib/cyrusdb_skiplist.c Wed May 8 13:49:23 2002 |
|
@@ -69,6 +69,11 @@ |
|
|
|
#define PROB (0.5) |
|
|
|
+#ifdef __FreeBSD__ |
|
+/* #define fdatasync(fd) fsync(fd) */ |
|
+#define O_DSYNC 0 |
|
+#endif |
|
+ |
|
/* |
|
* |
|
* disk format; all numbers in network byte order
|
|
|