Index: content/common/seccomp_sandbox.h |
diff --git a/content/common/seccomp_sandbox.h b/content/common/seccomp_sandbox.h |
index 0f29d642d25296becaea345853d337b4aeeab0ab..db30367251bae81241c6f20ee201ce20c7ef2c84 100644 |
--- a/content/common/seccomp_sandbox.h |
+++ b/content/common/seccomp_sandbox.h |
@@ -18,7 +18,8 @@ |
#include "content/public/common/content_switches.h" |
#if defined(ARCH_CPU_X86_FAMILY) && !defined(CHROMIUM_SELINUX) && \ |
- !defined(__clang__) && !defined(OS_CHROMEOS) && !defined(TOOLKIT_VIEWS) |
+ !defined(__clang__) && !defined(OS_CHROMEOS) && !defined(TOOLKIT_VIEWS) && \ |
+ !defined(OS_OPENBSD) |
#define SECCOMP_SANDBOX |
#include "seccompsandbox/sandbox.h" |
#endif |