]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 13:00:17 +0000 (00:00 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 05:28:54 +0000 (16:28 +1100)
lib/dns/rbt.c
util/copyrights

index c582030bcc6a849e262b49ab310982879a5ccac9..2320fd0497764bd320d20fe7ed705c0102891ed6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -3027,7 +3027,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);
index 21c6d385417fbf274c98c08030816f7eab0ba3d4..e838e53bd240b0a78a18a9f73f0a211f8bbbf5ee 100644 (file)
 ./lib/dns/pkcs11rsa_link.c                     C       2014,2015,2016,2017
 ./lib/dns/portlist.c                           C       2003,2004,2005,2006,2007,2014
 ./lib/dns/private.c                            C       2009,2011,2012,2015,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
 ./lib/dns/rbtdb.h                              C       1999,2000,2001,2004,2005,2007,2011,2012
 ./lib/dns/rbtdb64.c                            C       1999,2000,2001,2004,2005,2007