mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
526 B
C++
11 lines
526 B
C++
--- net/dns/host_resolver_proc.cc.orig 2019-03-15 06:37:29 UTC
|
|
+++ net/dns/host_resolver_proc.cc
|
|
@@ -195,7 +195,7 @@ int SystemHostResolverCall(const std::string& host,
|
|
// current process during that time.
|
|
base::ScopedBlockingCall scoped_blocking_call(base::BlockingType::WILL_BLOCK);
|
|
|
|
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD) && \
|
|
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) && \
|
|
!defined(OS_ANDROID) && !defined(OS_FUCHSIA)
|
|
DnsReloaderMaybeReload();
|
|
#endif
|