summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-flow_ThreadPrimitives.h
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2019-04-12 13:04:58 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2019-04-12 13:04:58 +0000
commit5f0593e970ce542847deaabd7179b6e816f83169 (patch)
tree9d3ec8187e366ecb394d9820dad5da0cc77204cf /databases/foundationdb/files/patch-flow_ThreadPrimitives.h
parentUpdate to 1.12.1 (diff)
1: Update to 6.1.1.
2: fix building with boost 1.70. 3: remove BROKEN.
Notes
Notes: svn path=/head/; revision=498716
Diffstat (limited to 'databases/foundationdb/files/patch-flow_ThreadPrimitives.h')
-rw-r--r--databases/foundationdb/files/patch-flow_ThreadPrimitives.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/foundationdb/files/patch-flow_ThreadPrimitives.h b/databases/foundationdb/files/patch-flow_ThreadPrimitives.h
index c92f4c3e501b..d8e6af437b9c 100644
--- a/databases/foundationdb/files/patch-flow_ThreadPrimitives.h
+++ b/databases/foundationdb/files/patch-flow_ThreadPrimitives.h
@@ -1,8 +1,8 @@
---- flow/ThreadPrimitives.h.orig 2019-01-09 22:28:32 UTC
+--- flow/ThreadPrimitives.h.orig 2019-04-09 00:11:05 UTC
+++ flow/ThreadPrimitives.h
@@ -25,7 +25,7 @@
- #include "Error.h"
- #include "Trace.h"
+ #include "flow/Error.h"
+ #include "flow/Trace.h"
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)