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/win32/Attic/version.c,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/win32/Attic/version.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.3 retrieving revision 1.1.1.4 diff -u -p -r1.1.1.3 -r1.1.1.4 --- src/external/mpl/bind/dist/lib/dns/win32/Attic/version.c 2020/05/24 19:36:45 1.1.1.3 +++ src/external/mpl/bind/dist/lib/dns/win32/Attic/version.c 2021/02/19 16:37:16 1.1.1.4 @@ -1,11 +1,11 @@ -/* $NetBSD: version.c,v 1.1.1.3 2020/05/24 19:36:45 christos Exp $ */ +/* $NetBSD: version.c,v 1.1.1.4 2021/02/19 16:37:16 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. @@ -18,7 +18,3 @@ LIBDNS_EXTERNAL_DATA const char dns_version[] = VERSION; LIBDNS_EXTERNAL_DATA const char dns_major[] = MAJOR; LIBDNS_EXTERNAL_DATA const char dns_mapapi[] = MAPAPI; - -LIBDNS_EXTERNAL_DATA const unsigned int dns_libinterface = LIBINTERFACE; -LIBDNS_EXTERNAL_DATA const unsigned int dns_librevision = LIBREVISION; -LIBDNS_EXTERNAL_DATA const unsigned int dns_libage = LIBAGE;