From 806956b43b4c5bbcc08491c0fba23a01ded5aa0b Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Mon, 5 Dec 2011 23:46:35 +0000 Subject: [PATCH] update copyright notice --- lib/dns/include/dns/journal.h | 6 +++--- lib/dns/journal.c | 4 ++-- lib/dns/tests/dnstest.c | 4 ++-- lib/dns/tests/dnstest.h | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/dns/include/dns/journal.h b/lib/dns/include/dns/journal.h index 02d5e68316..b615589de4 100644 --- a/lib/dns/include/dns/journal.h +++ b/lib/dns/include/dns/journal.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.h,v 1.41 2011/12/04 23:48:12 marka Exp $ */ +/* $Id: journal.h,v 1.42 2011/12/05 23:46:35 tbox Exp $ */ #ifndef DNS_JOURNAL_H #define DNS_JOURNAL_H 1 @@ -273,8 +273,8 @@ dns_db_diff(isc_mem_t *mctx, isc_result_t dns_db_diffx(dns_diff_t *diff, dns_db_t *dba, dns_dbversion_t *dbvera, - dns_db_t *dbb, dns_dbversion_t *dbverb, - const char *journal_filename); + dns_db_t *dbb, dns_dbversion_t *dbverb, + const char *journal_filename); /*%< * Compare the databases 'dba' and 'dbb' and generate a diff/journal * entry containing the changes to make 'dba' from 'dbb' (note diff --git a/lib/dns/journal.c b/lib/dns/journal.c index 863d4a067f..a6a40aab82 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.c,v 1.118 2011/12/04 23:48:12 marka Exp $ */ +/* $Id: journal.c,v 1.119 2011/12/05 23:46:35 tbox Exp $ */ #include @@ -2025,7 +2025,7 @@ dns_db_diff(isc_mem_t *mctx, dns_db_t *dba, dns_dbversion_t *dbvera, { isc_result_t result; dns_diff_t diff; - + dns_diff_init(mctx, &diff); result = dns_db_diffx(&diff, dba, dbvera, dbb, dbverb, filename); diff --git a/lib/dns/tests/dnstest.c b/lib/dns/tests/dnstest.c index 952af36ac8..5c38cdf5b9 100644 --- a/lib/dns/tests/dnstest.c +++ b/lib/dns/tests/dnstest.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnstest.c,v 1.10 2011/12/05 20:51:41 marka Exp $ */ +/* $Id: dnstest.c,v 1.11 2011/12/05 23:46:35 tbox Exp $ */ /*! \file */ @@ -301,7 +301,7 @@ dns_test_nap(isc_uint32_t usec) { isc_result_t dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin, - const char *testfile) + const char *testfile) { isc_result_t result; dns_fixedname_t fixed; diff --git a/lib/dns/tests/dnstest.h b/lib/dns/tests/dnstest.h index d8dc7aa6d8..cb6e323953 100644 --- a/lib/dns/tests/dnstest.h +++ b/lib/dns/tests/dnstest.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnstest.h,v 1.5 2011/12/04 23:48:12 marka Exp $ */ +/* $Id: dnstest.h,v 1.6 2011/12/05 23:46:35 tbox Exp $ */ /*! \file */ @@ -78,4 +78,4 @@ dns_test_nap(isc_uint32_t usec); isc_result_t dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin, - const char *testfile); + const char *testfile);