Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern use the right printing function



details:   https://anonhg.NetBSD.org/src/rev/a0ab2e802787
branches:  trunk
changeset: 936434:a0ab2e802787
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 26 21:28:33 2020 +0000

description:
use the right printing function

diffstat:

 sys/kern/vfs_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e3cc1fc087b3 -r a0ab2e802787 sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c       Sun Jul 26 21:19:42 2020 +0000
+++ b/sys/kern/vfs_subr.c       Sun Jul 26 21:28:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_subr.c,v 1.488 2020/05/26 18:38:37 ad Exp $        */
+/*     $NetBSD: vfs_subr.c,v 1.489 2020/07/26 21:28:33 christos Exp $  */
 
 /*-
  * Copyright (c) 1997, 1998, 2004, 2005, 2007, 2008, 2019, 2020
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.488 2020/05/26 18:38:37 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.489 2020/07/26 21:28:33 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -1543,7 +1543,7 @@
 
        uvm_object_printit(&vp->v_uobj, full, pr);
        (*pr)("\n");
-       vprint_common(vp, "", printf);
+       vprint_common(vp, "", pr);
        if (full) {
                struct buf *bp;
 



Home | Main Index | Thread Index | Old Index