mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 22:30:01 -04:00
update copyright notice
This commit is contained in:
parent
f6f1672b4e
commit
7f950d7cb7
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue