$OpenBSD: patch-components_security_interstitials_content_utils_cc,v 1.11 2021/11/16 11:28:46 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;
