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/loc_29.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.2.2.3 diff -u -p -r1.2 -r1.2.2.3 --- src/external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.h 2018/08/12 13:02:36 1.2 +++ src/external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.h 2019/01/18 08:49:55 1.2.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: loc_29.h,v 1.2 2018/08/12 13:02:36 christos Exp $ */ +/* $NetBSD: loc_29.h,v 1.2.2.3 2019/01/18 08:49:55 pgoyette Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -19,13 +19,13 @@ * \brief Per RFC1876 */ typedef struct dns_rdata_loc_0 { - isc_uint8_t version; /* must be first and zero */ - isc_uint8_t size; - isc_uint8_t horizontal; - isc_uint8_t vertical; - isc_uint32_t latitude; - isc_uint32_t longitude; - isc_uint32_t altitude; + uint8_t version; /* must be first and zero */ + uint8_t size; + uint8_t horizontal; + uint8_t vertical; + uint32_t latitude; + uint32_t longitude; + uint32_t altitude; } dns_rdata_loc_0_t; typedef struct dns_rdata_loc {