diff options
| author | 2020-02-24 17:57:54 +0000 | |
|---|---|---|
| committer | 2020-02-24 17:57:54 +0000 | |
| commit | 24ff385a28cabf04ee6d045db5a579d2dd9c91c6 (patch) | |
| tree | a215ceb2b8b2b240f256e1e1d19a8fc4aa543b97 /usr.bin/dig/lib/dns/rdata.c | |
| parent | Bump version to 6.6.4 for errata and to match -portable. (diff) | |
| download | wireguard-openbsd-24ff385a28cabf04ee6d045db5a579d2dd9c91c6.tar.xz wireguard-openbsd-24ff385a28cabf04ee6d045db5a579d2dd9c91c6.zip | |
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/lib/dns/rdata.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/rdata.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/dns/rdata.c b/usr.bin/dig/lib/dns/rdata.c index e6fff4612dc..23ff09bb54d 100644 --- a/usr.bin/dig/lib/dns/rdata.c +++ b/usr.bin/dig/lib/dns/rdata.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.22 2020/02/24 17:47:50 florian Exp $ */ +/* $Id: rdata.c,v 1.23 2020/02/24 17:57:54 florian Exp $ */ /*! \file */ @@ -33,7 +33,6 @@ #include <dns/keyvalues.h> #include <dns/rcode.h> #include <dns/rdata.h> -#include "rdatastruct.h" #include <dns/rdatatype.h> #include <dns/result.h> #include <dns/time.h> |
