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/ipseckey_45.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/generic/ipseckey_45.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- src/external/mpl/bind/dist/lib/dns/rdata/generic/ipseckey_45.h 2018/08/12 12:08:17 1.1.1.1 +++ src/external/mpl/bind/dist/lib/dns/rdata/generic/ipseckey_45.h 2019/01/09 16:48:22 1.1.1.2 @@ -1,4 +1,4 @@ -/* $NetBSD: ipseckey_45.h,v 1.1.1.1 2018/08/12 12:08:17 christos Exp $ */ +/* $NetBSD: ipseckey_45.h,v 1.1.1.2 2019/01/09 16:48:22 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -18,14 +18,14 @@ typedef struct dns_rdata_ipseckey { dns_rdatacommon_t common; isc_mem_t *mctx; - isc_uint8_t precedence; - isc_uint8_t gateway_type; - isc_uint8_t algorithm; + uint8_t precedence; + uint8_t gateway_type; + uint8_t algorithm; struct in_addr in_addr; /* gateway type 1 */ struct in6_addr in6_addr; /* gateway type 2 */ dns_name_t gateway; /* gateway type 3 */ unsigned char *key; - isc_uint16_t keylength; + uint16_t keylength; } dns_rdata_ipseckey_t; #endif /* GENERIC_IPSECKEY_45_H */