aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_dns_host__resolver__manager.cc
blob: 09afd4db5f2a7e2aedaca1531a3beb5534bf382c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/host_resolver_manager.cc.orig	2022-06-17 14:20:10 UTC
+++ net/dns/host_resolver_manager.cc
@@ -3156,7 +3156,7 @@ HostResolverManager::HostResolverManager(
   }
   if (system_dns_config_notifier_)
     system_dns_config_notifier_->AddObserver(this);
-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_OPENBSD) && \
+#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_BSD) && \
     !BUILDFLAG(IS_ANDROID)
   EnsureDnsReloaderInit();
 #endif