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

Index: src/3rdparty/chromium/components/security_interstitials/content/utils.cc
--- src/3rdparty/chromium/components/security_interstitials/content/utils.cc.orig
+++ src/3rdparty/chromium/components/security_interstitials/content/utils.cc
@@ -31,7 +31,7 @@ void LaunchDateAndTimeSettings() {
 #if defined(OS_ANDROID)
   JNIEnv* env = base::android::AttachCurrentThread();
   Java_DateAndTimeSettingsHelper_openDateAndTimeSettings(env);
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   struct ClockCommand {
     const char* const pathname;
     const char* const argument;
