Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.h 2018/08/12 13:02:36 1.2 +++ src/external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.h 2020/05/24 19:46:24 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: ns_2.h,v 1.2 2018/08/12 13:02:36 christos Exp $ */ +/* $NetBSD: ns_2.h,v 1.3 2020/05/24 19:46:24 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -15,12 +15,10 @@ #ifndef GENERIC_NS_2_H #define GENERIC_NS_2_H 1 - typedef struct dns_rdata_ns { - dns_rdatacommon_t common; - isc_mem_t *mctx; - dns_name_t name; + dns_rdatacommon_t common; + isc_mem_t *mctx; + dns_name_t name; } dns_rdata_ns_t; - #endif /* GENERIC_NS_2_H */