Module Name:    src
Committed By:   skrll
Date:           Sat May 16 16:43:15 UTC 2020

Modified Files:
        src/libexec/ld.elf_so: headers.c

Log Message:
Fix debug build


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/libexec/ld.elf_so/headers.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/headers.c
diff -u src/libexec/ld.elf_so/headers.c:1.68 src/libexec/ld.elf_so/headers.c:1.69
--- src/libexec/ld.elf_so/headers.c:1.68	Wed Mar  4 01:21:17 2020
+++ src/libexec/ld.elf_so/headers.c	Sat May 16 16:43:15 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: headers.c,v 1.68 2020/03/04 01:21:17 thorpej Exp $	 */
+/*	$NetBSD: headers.c,v 1.69 2020/05/16 16:43:15 skrll Exp $	 */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: headers.c,v 1.68 2020/03/04 01:21:17 thorpej Exp $");
+__RCSID("$NetBSD: headers.c,v 1.69 2020/05/16 16:43:15 skrll Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -240,7 +240,7 @@ _rtld_digest_dynamic(const char *execnam
 				    &obj->nbuckets_s2_gnu);
 
 				dbg(("found GNU Hash: buckets=%p "
-				     "nbuckets=%lu chains=%p nchains=%u "
+				     "nbuckets=%u chains=%p nchains=%lu "
 				     "bloom=%p mask_bm=%u shift2=%u "
 				     "symndx=%u",
 				    obj->buckets_gnu, obj->nbuckets_gnu,

Reply via email to