From owner-svn-src-head@freebsd.org Tue Feb 28 20:34:26 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C85CF16AB; Tue, 28 Feb 2017 20:34:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4DA494F; Tue, 28 Feb 2017 20:34:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SKYPRZ027763; Tue, 28 Feb 2017 20:34:25 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SKYPtx027762; Tue, 28 Feb 2017 20:34:25 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201702282034.v1SKYPtx027762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 28 Feb 2017 20:34:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314408 - head/include/arpa X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 20:34:27 -0000 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 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