aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-04-28 22:23:19 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-04-28 22:23:19 +0000
commitb3b6adad1da24366beba72dec1e2cb84f0cf2dfb (patch)
treed9a672591ab2186c5dd3d30c0481054c11b496b3 /sys
parentf9e11b2a0317ef08209ff04ce5895691373061cb (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vn/vn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index b463753571d0..ed940d7c7347 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -316,7 +316,7 @@ vnstrategy(struct buf *bp)
}
IFOPT(vn,VN_IO)
- printf("vnstrategy: vp %p/%p bn 0x%x/0x%lx sz 0x%x\n",
+ printf("vnstrategy: vp %p/%p bn 0x%lx/0x%lx sz 0x%x\n",
vn->sc_vp, vp, bn, nbn, sz);
nbp->b_flags = flags;