summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-11-29 11:25:31 +0000
committermartin <martin@NetBSD.org>2020-11-29 11:25:31 +0000
commitfaffbbf20f5a2f5d86b6df2fb362db13971997ef (patch)
tree3d78b5ee73c18fdac253b11b1cc2463902c8c202 /include
parent1e850744796fc89abda8b752c2ed8f0b28969636 (diff)
Pull up following revision(s) (requested by is in ticket #1135):
lib/libc/net/getaddrinfo.c: revision 1.120 lib/libc/net/gethnamaddr.c: revision 1.93 include/arpa/nameser_compat.h: revision 1.8 Don't complain about additional DNAME records received when resolving A or AAAA (like already done for SIG/KEY and CNAME).
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser_compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h
index 65fde334ef4..10e9346b0c2 100644
--- a/include/arpa/nameser_compat.h
+++ b/include/arpa/nameser_compat.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nameser_compat.h,v 1.6 2015/02/24 17:57:08 christos Exp $ */
+/* $NetBSD: nameser_compat.h,v 1.6.18.1 2020/11/29 11:25:31 martin Exp $ */
/* Copyright (c) 1983, 1989
* The Regents of the University of California. All rights reserved.
@@ -210,6 +210,7 @@ typedef struct {
#define T_ATMA ns_t_atma
#define T_NAPTR ns_t_naptr
#define T_A6 ns_t_a6
+#define T_DNAME ns_t_dname
#define T_TSIG ns_t_tsig
#define T_IXFR ns_t_ixfr
#define T_AXFR ns_t_axfr