mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
13 lines
343 B
C++
13 lines
343 B
C++
--- net/dns/host_resolver_proc.cc.orig 2022-11-30 08:12:58 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;
|