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/in_1/nsap_22.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/in_1/nsap_22.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3.2.2 retrieving revision 1.4 diff -u -p -r1.3.2.2 -r1.4 --- src/external/mpl/bind/dist/lib/dns/rdata/in_1/nsap_22.h 2019/06/10 22:04:39 1.3.2.2 +++ src/external/mpl/bind/dist/lib/dns/rdata/in_1/nsap_22.h 2020/05/24 19:46:25 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: nsap_22.h,v 1.3.2.2 2019/06/10 22:04:39 christos Exp $ */ +/* $NetBSD: nsap_22.h,v 1.4 2020/05/24 19:46:25 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -14,15 +14,14 @@ #ifndef IN_1_NSAP_22_H #define IN_1_NSAP_22_H 1 - /*! * \brief Per RFC1706 */ typedef struct dns_rdata_in_nsap { - dns_rdatacommon_t common; - isc_mem_t *mctx; - unsigned char *nsap; - uint16_t nsap_len; + dns_rdatacommon_t common; + isc_mem_t *mctx; + unsigned char *nsap; + uint16_t nsap_len; } dns_rdata_in_nsap_t; #endif /* IN_1_NSAP_22_H */