]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 1 Oct 2009 23:47:17 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 1 Oct 2009 23:47:17 +0000 (23:47 +0000)
lib/isc/win32/include/isc/stat.h
lib/isccfg/aclconf.c

index 39d18b6d4bd120a7f052c8f8419d9b7e6398090d..3db850ec1918e6a441f924d37d1af19a3a1aedc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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.7.332.1 2009/10/01 05:18:38 marka Exp $ */
+/* $Id: stat.h,v 1.7.332.2 2009/10/01 23:47:17 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 */
index ad095d2dc21efb28ae32c259bee958494323a22a..92839e4d77fea70a0486c5d61a7f0e4a113ebadc 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: aclconf.c,v 1.22.34.3 2009/10/01 04:15:47 marka Exp $ */
+/* $Id: aclconf.c,v 1.22.34.4 2009/10/01 23:47:17 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;
                        }
                }
        }