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/801cd860df69
branches: trunk
changeset: 1012296:801cd860df69
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 befd203d48d3 -r 801cd860df69 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