summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-06-19 04:29:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-06-19 04:29:42 +0000
commite432fec524dc96ce4d87b45a1c6f2da98be595b7 (patch)
treeb860b63bf481715868dcb7b2261e14069330ae56 /sys/dev
parent8f41ac468ade32fc9009dc996df77f67f1f00315 (diff)
and in debug code, too
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c
index b7b0d920270..75c91dab9d3 100644
--- a/sys/dev/vnd.c
+++ b/sys/dev/vnd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vnd.c,v 1.127 2011/06/19 04:28:46 deraadt Exp $ */
+/* $OpenBSD: vnd.c,v 1.128 2011/06/19 04:29:41 deraadt Exp $ */
/* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */
/*
@@ -734,7 +734,7 @@ vndclear(struct vnd_softc *sc)
struct vnode *vp = sc->sc_vp;
struct proc *p = curproc; /* XXX */
- DNPRINTF(VDB_FOLLOW, "vndclear(%p): vp %p\n", vnd, vp);
+ DNPRINTF(VDB_FOLLOW, "vndclear(%p): vp %p\n", sc, vp);
sc->sc_flags = 0;
if (vp == NULL)