$OpenBSD: patch-components_security_interstitials_content_utils_cc,v 1.4 2021/10/29 14:49:40 robert Exp $

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