]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 4 Nov 2009 23:47:25 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 4 Nov 2009 23:47:25 +0000 (23:47 +0000)
lib/dns/include/dns/journal.h
lib/dns/journal.c

index 67adb1131188dc58b5d3c1294b753f2cf904bc5b..a1e16e448785d7351ed69aced3480fe80bdc57a3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journal.h,v 1.33.120.3 2009/11/04 01:35:07 marka Exp $ */
+/* $Id: journal.h,v 1.33.120.4 2009/11/04 23:47:25 tbox Exp $ */
 
 #ifndef DNS_JOURNAL_H
 #define DNS_JOURNAL_H 1
@@ -240,10 +240,10 @@ dns_journal_rollforward2(isc_mem_t *mctx, dns_db_t *db, unsigned int options,
  * Roll forward (play back) the journal file "filename" into the
  * database "db".  This should be called when the server starts
  * after a shutdown or crash.  'resign' is how many seconds before
- * a RRSIG is due to expire it should be scheduled to be regenerated. 
+ * a RRSIG is due to expire it should be scheduled to be regenerated.
  *
  * Requires:
- *\li  dns_journal_rollforward() requires that DNS_JOURNALOPT_RESIGN 
+ *\li  dns_journal_rollforward() requires that DNS_JOURNALOPT_RESIGN
  *     is not set.
  *\li   'mctx' is a valid memory context.
  *\li  'db' is a valid database which does not have a version
index d06996d12a21e5e12844648ae38c65db17cae109..638e64755b549b133b438f089e12b3a18e761b05 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journal.c,v 1.103.48.5 2009/11/04 04:21:57 marka Exp $ */
+/* $Id: journal.c,v 1.103.48.6 2009/11/04 23:47:25 tbox Exp $ */
 
 #include <config.h>
 
@@ -1973,7 +1973,7 @@ isc_result_t
 dns_db_diff(isc_mem_t *mctx,
            dns_db_t *dba, dns_dbversion_t *dbvera,
            dns_db_t *dbb, dns_dbversion_t *dbverb,
-           const char *journal_filename) 
+           const char *journal_filename)
 {
        isc_result_t result;
        dns_journal_t *journal = NULL;