]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 6 Nov 2008 23:47:06 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 6 Nov 2008 23:47:06 +0000 (23:47 +0000)
bin/named/include/named/globals.h
bin/named/update.c

index 29c2652867b09b77e298bcdb35f2acc4be0225ee..7060d25c1970b9bbfc3e57e44067e5fe55962fd8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: globals.h,v 1.78 2008/11/06 05:30:24 marka Exp $ */
+/* $Id: globals.h,v 1.79 2008/11/06 23:47:06 tbox Exp $ */
 
 #ifndef NAMED_GLOBALS_H
 #define NAMED_GLOBALS_H 1
@@ -117,7 +117,7 @@ EXTERN const char *         ns_g_defaultpidfile     INIT(NS_LOCALSTATEDIR
 #if NS_RUN_PID_DIR
                                                             "named/"
 #endif
-                                                            "named.pid");
+                                                            "named.pid");
 EXTERN const char *            lwresd_g_defaultpidfile INIT(NS_LOCALSTATEDIR
                                                             "/run/"
 #if NS_RUN_PID_DIR
index 59d9608173c671c74b9a493b30cc48b555a3c611..66931a39f2f1fb784898de497e069803d0411d6a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.149 2008/11/06 02:31:41 marka Exp $ */
+/* $Id: update.c,v 1.150 2008/11/06 23:47:06 tbox Exp $ */
 
 #include <config.h>
 
@@ -2029,7 +2029,7 @@ failure:
 
 static isc_result_t
 add_exposed_sigs(ns_client_t *client, dns_zone_t *zone, dns_db_t *db,
-                dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t cut,
+                dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t cut,
                 dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys,
                 isc_stdtime_t inception, isc_stdtime_t expire,
                 isc_boolean_t check_ksk)