mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
13 lines
343 B
C++
13 lines
343 B
C++
--- net/dns/host_resolver_proc.cc.orig 2022-12-06 08:09:13 UTC
|
|
+++ net/dns/host_resolver_proc.cc
|
|
@@ -15,10 +15,6 @@
|
|
#include "net/base/net_errors.h"
|
|
#include "net/dns/host_resolver_system_task.h"
|
|
|
|
-#if BUILDFLAG(IS_OPENBSD)
|
|
-#define AI_ADDRCONFIG 0
|
|
-#endif
|
|
-
|
|
namespace net {
|
|
|
|
HostResolverProc* HostResolverProc::default_proc_ = nullptr;
|