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/opt_41.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/generic/opt_41.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/opt_41.h 2019/01/09 16:55:13 1.3 +++ src/external/mpl/bind/dist/lib/dns/rdata/generic/opt_41.h 2020/05/24 19:46:24 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: opt_41.h,v 1.3 2019/01/09 16:55:13 christos Exp $ */ +/* $NetBSD: opt_41.h,v 1.4 2020/05/24 19:46:24 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -14,23 +14,22 @@ #ifndef GENERIC_OPT_41_H #define GENERIC_OPT_41_H 1 - /*! * \brief Per RFC2671 */ typedef struct dns_rdata_opt_opcode { - uint16_t opcode; - uint16_t length; - unsigned char *data; + uint16_t opcode; + uint16_t length; + unsigned char *data; } dns_rdata_opt_opcode_t; typedef struct dns_rdata_opt { - dns_rdatacommon_t common; - isc_mem_t *mctx; - unsigned char *options; - uint16_t length; + dns_rdatacommon_t common; + isc_mem_t *mctx; + unsigned char *options; + uint16_t length; /* private */ - uint16_t offset; + uint16_t offset; } dns_rdata_opt_t; /*