Author: imp Date: Tue Feb 28 20:34:25 2017 New Revision: 314408 URL: https://svnweb.freebsd.org/changeset/base/314408
Log: 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 Modified: head/include/arpa/nameser_compat.h Modified: head/include/arpa/nameser_compat.h ============================================================================== --- head/include/arpa/nameser_compat.h Tue Feb 28 20:25:45 2017 (r314407) +++ head/include/arpa/nameser_compat.h Tue Feb 28 20:34:25 2017 (r314408) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"