]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 5 Dec 2011 23:46:35 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 5 Dec 2011 23:46:35 +0000 (23:46 +0000)
lib/dns/include/dns/journal.h
lib/dns/journal.c
lib/dns/tests/dnstest.c
lib/dns/tests/dnstest.h

index 02d5e68316c175805dff201d58e9242da28eb2ff..b615589de4bfdb1be4fdedd59ef30054b682afda 100644 (file)
@@ -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
index 863d4a067f141de83b3965b2efcd1e119b8c91ce..a6a40aab82e758cf9879c4d0ab3c7b717059e2ff 100644 (file)
@@ -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);
index 952af36ac8cbc55abb66ac58c480fb99d5b92db4..5c38cdf5b9854bc6b72e608b98ec34de10ade080 100644 (file)
@@ -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;
index d8dc7aa6d87c6d2b6fbd8247a80f12017643973e..cb6e323953a62ef166596ba05c107f9546c727d1 100644 (file)
@@ -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);