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

index 17573888ee1576734f1542d82bc3b65659196f67..39dba6ebea0615c1d3ef7168e91f026b7da03a07 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.128.1 2009/10/01 05:19:35 marka Exp $ */
+/* $Id: stat.h,v 1.7.128.2 2009/10/01 23:46:45 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 d51e171322e19a4481c507b88439451c24815f65..ef5c3895001ed969eb6d70fc4ee23f05602bd9f5 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: aclconf.c,v 1.17.2.8 2009/10/01 04:20:37 marka Exp $ */
+/* $Id: aclconf.c,v 1.17.2.9 2009/10/01 23:46:45 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;
                        }
                }
        }