$OpenBSD: patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_h,v 1.2 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/content/browser/renderer_host/render_process_host_impl.h
--- src/3rdparty/chromium/content/browser/renderer_host/render_process_host_impl.h.orig
+++ src/3rdparty/chromium/content/browser/renderer_host/render_process_host_impl.h
@@ -475,7 +475,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
     is_for_guests_only_ = is_for_guests_only;
   }
 
-#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
+#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_BSD)
   // Launch the zygote early in the browser startup.
   static void EarlyZygoteLaunch();
 #endif  // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
