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/null_10.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/generic/null_10.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/external/mpl/bind/dist/lib/dns/rdata/generic/null_10.h 2019/01/09 16:55:13 1.3 +++ src/external/mpl/bind/dist/lib/dns/rdata/generic/null_10.h 2020/05/24 19:46:24 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: null_10.h,v 1.3 2019/01/09 16:55:13 christos Exp $ */ +/* $NetBSD: null_10.h,v 1.4 2020/05/24 19:46:24 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -15,13 +15,11 @@ #ifndef GENERIC_NULL_10_H #define GENERIC_NULL_10_H 1 - typedef struct dns_rdata_null { - dns_rdatacommon_t common; - isc_mem_t *mctx; - uint16_t length; - unsigned char *data; + dns_rdatacommon_t common; + isc_mem_t *mctx; + uint16_t length; + unsigned char *data; } dns_rdata_null_t; - #endif /* GENERIC_NULL_10_H */