From: Mark Andrews Date: Wed, 14 Feb 2018 13:00:17 +0000 (+1100) Subject: use %u instead of %d X-Git-Tag: v9.13.0~155^2~3^2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b234797536374a7c08bfd900701922a122abd47f;p=thirdparty%2Fbind9.git use %u instead of %d --- diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index af1c865cb8e..262d77dd16e 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2005, 2007-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2005, 2007-2009, 2011-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 @@ -3020,7 +3020,7 @@ dns_rbt_printnodeinfo(dns_rbtnode_t *n, FILE *f) { (n->down_is_relative == 1 ? " D" : ""), (n->data_is_relative == 1 ? " T" : "")); - fprintf(f, "node lock address = %d\n", n->locknum); + fprintf(f, "node lock address = %u\n", n->locknum); fprintf(f, "Parent: %p\n", n->parent); fprintf(f, "Right: %p\n", n->right); diff --git a/util/copyrights b/util/copyrights index 6173b1f1baf..765e2a99cb6 100644 --- a/util/copyrights +++ b/util/copyrights @@ -3479,7 +3479,7 @@ ./lib/dns/pkcs11rsa_link.c C 2014,2015,2016,2017 ./lib/dns/portlist.c C 2003,2004,2005,2006,2007,2014,2016 ./lib/dns/private.c C 2009,2011,2012,2015,2016,2017 -./lib/dns/rbt.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017 +./lib/dns/rbt.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/rbtdb.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/rbtdb.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016 ./lib/dns/rbtdb64.c C 1999,2000,2001,2004,2005,2007,2016