$OpenBSD: patch-chrome_renderer_renderer_main_platform_delegate_linux_cc,v 1.2 2011/02/08 09:43:02 espie Exp $
--- chrome/renderer/renderer_main_platform_delegate_linux.cc.orig	Fri Jan 21 10:20:27 2011
+++ chrome/renderer/renderer_main_platform_delegate_linux.cc	Sun Jan 23 23:27:33 2011
@@ -36,7 +36,7 @@ bool RendererMainPlatformDelegate::EnableSandbox() {
   // The seccomp sandbox is started in the renderer.
   // http://code.google.com/p/seccompsandbox/
 #if defined(ARCH_CPU_X86_FAMILY) && !defined(CHROMIUM_SELINUX) && \
-    !defined(__clang__)
+    !defined(__clang__) && !defined(OS_OPENBSD)
   // N.b. SupportsSeccompSandbox() returns a cached result, as we already
   // called it earlier in the zygote. Thus, it is OK for us to not pass in
   // a file descriptor for "/proc".
