Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
edb08fdf
Commit
edb08fdf
authored
Oct 01, 2009
by
Automatic Updater
Browse files
update copyright notice
parent
098097ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/msgs.h
View file @
edb08fdf
/*
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
9
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: msgs.h,v 1.1
8
2009/10/01
01:30:01 sar
Exp $ */
/* $Id: msgs.h,v 1.1
9
2009/10/01
23:48:08 tbox
Exp $ */
#ifndef ISC_MSGS_H
#define ISC_MSGS_H 1
...
...
lib/isc/win32/include/isc/stat.h
View file @
edb08fdf
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007
, 2009
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: stat.h,v 1.
8
2009/10/01
04:43:30 marka
Exp $ */
/* $Id: stat.h,v 1.
9
2009/10/01
23:48:08 tbox
Exp $ */
#ifndef ISC_STAT_H
#define ISC_STAT_H 1
...
...
@@ -24,7 +24,7 @@
/* open() under unix allows setting of read/write permissions
* at the owner, group and other levels. These don't exist in NT
* We'll just map them all to the NT equivalent
* We'll just map them all to the NT equivalent
*/
#define S_IREAD _S_IREAD
/* read permission, owner */
...
...
lib/isccfg/aclconf.c
View file @
edb08fdf
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: aclconf.c,v 1.2
6
2009/10/01
04:06:37 marka
Exp $ */
/* $Id: aclconf.c,v 1.2
7
2009/10/01
23:48:08 tbox
Exp $ */
#include <config.h>
...
...
@@ -208,7 +208,7 @@ count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx,
result
=
get_acl_def
(
cctx
,
name
,
&
cacl
);
if
(
result
==
ISC_R_SUCCESS
)
n
+=
count_acl_elements
(
cacl
,
cctx
,
NULL
)
+
1
;
NULL
)
+
1
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment