summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__common__seccomp_sandbox.h
blob: e96e28b7018db8a701e49b9f13d47db5225aa282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- content/common/seccomp_sandbox.h.orig	2011-10-10 20:30:54.487723398 +0000
+++ content/common/seccomp_sandbox.h	2011-10-10 20:31:27.083734776 +0000
@@ -18,7 +18,8 @@
 #include "content/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_FREEBSD)
 #define SECCOMP_SANDBOX
 #include "seccompsandbox/sandbox.h"
 #endif