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:
parent
5380511450
commit
df6186309a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user