]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 08:08:18 +0000 (19:08 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 07:02:21 +0000 (18:02 +1100)
bin/dig/dig.c
bin/dig/dighost.c
bin/dig/host.c
bin/dig/include/dig/dig.h
bin/dig/nslookup.c
bin/dnssec/dnssectool.c
bin/tests/task_test.c
util/copyrights

index 43dd2babb334bff9054ed73f584cbe1553b8df1f..f3f63874f39c766bfa0db2e112766e6f241d7471 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index ea8c52ba98460774e47d09f654326d2eb8db4648..a1e48cb19a15d122f7319e5fc77171f16730db56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index af56cec632a47652b6d5f1562ca4ec113c8e727f..c995a61888284939f7e33ccc2db53cde1fbf24d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 01ca484c466a24347ab10918cefb6377d64c520a..9ee54474e35b09caaa7b49b9d6b0f3d2e116032b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 62b19f5f0d771ae95031f19e636220989e3c5121..633bc2f91c50d9b42115549279cf24c4010ee31b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index bd45b52ecbefa61a98c95784569baba441670408..142e97ecda710cbbd31a23c153c612d03fe713f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009-2018  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
index b70c981e27058d59a0af40947a3cc32d71550e79..9f4c7abfe88b14fe87aee2f2adad5ab969bdd452 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013-2015, 2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -85,7 +85,7 @@ main(int argc, char *argv[]) {
                        workers = 8192;
        } else
                workers = 2;
-       printf("%d workers\n", workers);
+       printf("%u workers\n", workers);
 
        RUNTIME_CHECK(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS);
 
index 5b4e41b0dd32867835bf194305f3c9375423c791..111af0208d6870fe8aef92a2af0f3310300145c7 100644 (file)
 ./bin/dig/.gitignore                           X       2012,2014
 ./bin/dig/Makefile.in                          MAKE    2000,2001,2002,2004,2005,2007,2009,2012,2013,2015,2016,2017
 ./bin/dig/dig.1                                        MAN     DOCBOOK
-./bin/dig/dig.c                                        C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/dig/dig.c                                        C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./bin/dig/dig.docbook                          SGML    2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017
 ./bin/dig/dig.html                             HTML    DOCBOOK
-./bin/dig/dighost.c                            C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/dig/dighost.c                            C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./bin/dig/host.1                               MAN     DOCBOOK
-./bin/dig/host.c                               C       2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/dig/host.c                               C       2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./bin/dig/host.docbook                         SGML    2000,2001,2002,2004,2005,2007,2008,2009,2014,2015,2016,2017
 ./bin/dig/host.html                            HTML    DOCBOOK
-./bin/dig/include/dig/dig.h                    C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
+./bin/dig/include/dig/dig.h                    C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
 ./bin/dig/nslookup.1                           MAN     DOCBOOK
-./bin/dig/nslookup.c                           C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/dig/nslookup.c                           C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./bin/dig/nslookup.docbook                     SGML    2004,2005,2006,2007,2010,2013,2014,2015,2016
 ./bin/dig/nslookup.html                                HTML    DOCBOOK
 ./bin/dig/win32/dig.dsp.in                     X       2001,2002,2004,2005,2006,2009,2013
 ./bin/dnssec/dnssec-verify.c                   C       2012,2014,2015,2017
 ./bin/dnssec/dnssec-verify.docbook             SGML    2012,2014,2015,2016
 ./bin/dnssec/dnssec-verify.html                        HTML    DOCBOOK
-./bin/dnssec/dnssectool.c                      C       2000,2001,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/dnssec/dnssectool.c                      C       2000,2001,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./bin/dnssec/dnssectool.h                      C       2000,2001,2003,2004,2007,2008,2009,2010,2011,2012,2014,2015,2017
 ./bin/dnssec/win32/dnssectool.dsp.in           X       2006,2009,2013
 ./bin/dnssec/win32/dnssectool.dsw              X       2006,2009
 ./bin/tests/system/zonechecks/setup.sh         SH      2014
 ./bin/tests/system/zonechecks/tests.sh         SH      2004,2007,2009,2012,2014,2016
 ./bin/tests/t_api.pl                           PERL    1999,2000,2001,2004,2007,2012
-./bin/tests/task_test.c                                C       1998,1999,2000,2001,2004,2007,2013,2014,2015
+./bin/tests/task_test.c                                C       1998,1999,2000,2001,2004,2007,2013,2014,2015,2018
 ./bin/tests/tasks/Makefile.in                  MAKE    1998,1999,2000,2001,2002,2004,2007,2009,2012
 ./bin/tests/tasks/t_tasks.c                    C       1998,1999,2000,2001,2004,2005,2007,2009,2011,2013,2014,2015
 ./bin/tests/tasks/win32/t_tasks.dsp.in         X       2013