From: Tinderbox User Date: Thu, 2 May 2013 23:46:13 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0a1~367 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=52d3ce3ada750549c6abcf860f4e89071a6a90b1;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/dns/include/dns/rbt.h b/lib/dns/include/dns/rbt.h index ef9f5e5f987..bc34421486c 100644 --- a/lib/dns/include/dns/rbt.h +++ b/lib/dns/include/dns/rbt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index e70342859c1..34898decf8c 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -7207,7 +7207,7 @@ endload(dns_db_t *db, dns_rdatacallbacks_t *callbacks) { * by the void *data pointer in the dns_rbtnode */ static isc_result_t -rbt_datawriter(FILE *rbtfile, unsigned char *data, isc_uint32_t serial, +rbt_datawriter(FILE *rbtfile, unsigned char *data, isc_uint32_t serial, isc_sha1_t *sha1) { rdatasetheader_t newheader; rdatasetheader_t *header = (rdatasetheader_t *) data, *next;