diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-02-24 17:57:56 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-02-24 17:57:56 +0000 |
commit | 71abff6719ad5d5f4c5e7fdc1b0b5903cfdc06ee (patch) | |
tree | 9b6dca527fd983436b3b245da68a47a7760fbddb /usr.bin/dig/dighost.c | |
parent | edd6bd69a0669228f77a850b308406060ef71b87 (diff) |
Stop generating rdatastruct.h and put the dns_rdata_* structs for
cname, ns, soa, and tsig directly into rdata.h
Diffstat (limited to 'usr.bin/dig/dighost.c')
-rw-r--r-- | usr.bin/dig/dighost.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/dighost.c b/usr.bin/dig/dighost.c index fa813cafed0..cc81eaa467b 100644 --- a/usr.bin/dig/dighost.c +++ b/usr.bin/dig/dighost.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.21 2020/02/24 17:45:25 florian Exp $ */ +/* $Id: dighost.c,v 1.22 2020/02/24 17:57:54 florian Exp $ */ /*! \file * \note @@ -45,7 +45,6 @@ #include <dns/rdataclass.h> #include <dns/rdatalist.h> #include <dns/rdataset.h> -#include "rdatastruct.h" #include <dns/rdatatype.h> #include <dns/result.h> #include <dns/tsig.h> |