]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 07:24:22 +0000 (18:24 +1100)
committerMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 23:19:57 +0000 (10:19 +1100)
bin/tests/fsaccess_test.c
util/copyrights

index 88035098e85d054517976ee018793964f1dedaee..460f2a58cf66b3a60889af82bb5e85308f22316c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012, 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012, 2015, 2016, 2018  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -54,11 +54,11 @@ main(void) {
                         ISC_FSACCESS_READ | ISC_FSACCESS_WRITE,
                         &access);
 
-       printf("fsaccess=%d\n", access);
+       printf("fsaccess=%u\n", access);
 
        isc_fsaccess_add(ISC_FSACCESS_OTHER, ISC_FSACCESS_READ, &access);
 
-       printf("fsaccess=%d\n", access);
+       printf("fsaccess=%u\n", access);
 
        result = isc_fsaccess_set(PATH, access);
        if (result != ISC_R_SUCCESS)
index a38fa3062b8093427c70c8c96ca32f88c88221e7..fb4d57ecf64a07099b29d844aa846b094a356a6c 100644 (file)
 ./bin/tests/entropy2_test.c C 2000,2001,2004,2005,2007,2015,2016,2018
 ./bin/tests/entropy_test.c C 2000,2001,2004,2005,2007,2015,2016,2018
 ./bin/tests/fromhex.pl                         PERL    2015,2016
-./bin/tests/fsaccess_test.c                    C       2000,2001,2004,2005,2007,2012,2015,2016
+./bin/tests/fsaccess_test.c C 2000,2001,2004,2005,2007,2012,2015,2016,2018
 ./bin/tests/hash_test.c                                C       2000,2001,2004,2005,2006,2007,2014,2015,2016,2017
 ./bin/tests/hashes/Makefile.in                 MAKE    2010,2012,2014,2016,2017
 ./bin/tests/hashes/t_hashes.c                  C       2010,2013,2016