mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:32:07 -04:00
update copyright notice
This commit is contained in:
parent
66ed14c6c4
commit
806956b43b
4 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue