Fix include/arpa/nameser_compat.h by adding T_DNAME definition.

Fixes Apache trafficserver

Submitted by: John J. Rushford <https://github.com/jrushford>
Pull Request: https://github.com/freebsd/freebsd/pull/104
This commit is contained in:
Warner Losh 2017-02-28 20:34:25 +00:00
parent 5380511450
commit df6186309a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314408

View file

@ -175,6 +175,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_OPT ns_t_opt
#define T_TSIG ns_t_tsig
#define T_IXFR ns_t_ixfr