]> 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 05:15:08 +0000 (16:15 +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 d0caa1b72485b9d303f7b8a22feb5936445df579..5b724f45ec28abc5fd258c42cbb651d2e74089d2 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 c9280002570d6c5f33e1ac902d9369e6a7889519..e591c7028e630f314bdcdeaaff148750b0dd094a 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 f34ca9d8d4fbad603635efacdf8449b010e733b5..4633ede9ed6adc9fa313dcec4e77d19d2bf54b50 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 fe9eb8b9790ca511cc2cfb2d8b1fd5a469415a1c..92590bcc437d417201382e1670b91e9da8b48640 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 e19262299508b01613b3f579803e438017af994f..db63b42f4d4592acba87e10d5814c7c3e0cb486e 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 ee878b4a2176d30594cc4018a2f76b79a5291a81..3232721983fad03f087f0ba61db66df161bddc3d 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 c497087853efbb0113e4f4292e3d883277adb817..a4764f63d566144c585be35ef2eaf542039f5498 100644 (file)
 ./bin/tests/system/zonechecks/setup.sh         SH      2012,2013,2014,2015,2016
 ./bin/tests/system/zonechecks/tests.sh         SH      2004,2007,2009,2012,2013,2014,2015,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,2014
 ./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