freebsd-ports/dns/libasr/files/patch-src_res__search__async.c
Dima Panov 019e9182f2 dns/libasr: update to 1.0.4 release
Changes since 1.0.2:

- add definition of MAXDNAME for systems that lack it
- some libc require include of nameser_compat.h for rr types definition
- add support for edns0 and dnssec
- remove support for HOSTALIASES
- remove support for non-standard [addr]:port syntax for nameserver
- remove support for YP
- always reload resolv.conf if pid changed
- various bugfixes and improvements
2020-05-19 16:05:53 +00:00

10 lines
246 B
C

--- src/res_search_async.c.orig 2019-09-28 14:09:47 UTC
+++ src/res_search_async.c
@@ -20,6 +20,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
+#include <netinet/in.h>
#include <arpa/nameser.h>
#include <netdb.h>