$OpenBSD: patch-base_process_launch_h,v 1.2 2015/04/27 16:38:25 robert Exp $
--- base/process/launch.h.orig.port	Wed Apr 15 00:31:20 2015
+++ base/process/launch.h	Wed Apr 15 08:32:50 2015
@@ -131,7 +131,7 @@ struct BASE_EXPORT LaunchOptions {
   // will be the same as its pid.
   bool new_process_group;
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // If non-zero, start the process using clone(), using flags as provided.
   // Unlike in clone, clone_flags may not contain a custom termination signal
   // that is sent to the parent when the child dies. The termination signal will
