$OpenBSD: patch-chrome_browser_zygote_host_linux_h,v 1.1 2011/02/08 09:43:02 espie Exp $
--- chrome/browser/zygote_host_linux.h.orig	Fri Jan 21 10:20:26 2011
+++ chrome/browser/zygote_host_linux.h	Sun Jan 23 23:27:33 2011
@@ -46,6 +46,9 @@ class ZygoteHost {
     kCmdReap = 1,             // Reap a renderer child.
     kCmdDidProcessCrash = 2,  // Check if child process crashed.
     kCmdGetSandboxStatus = 3, // Read a bitmask of kSandbox*
+#if defined(OS_OPENBSD)
+    kCmdEnd = 5,              // Kill zygote for SOCK_DGRAM.
+#endif
   };
 
   // These form a bitmask which describes the conditions of the sandbox that
