*** empty log message ***

This commit is contained in:
Gary Palmer 1995-04-28 22:23:19 +00:00
parent f9e11b2a03
commit b3b6adad1d
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ vnstrategy(struct buf *bp)
} }
IFOPT(vn,VN_IO) 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); vn->sc_vp, vp, bn, nbn, sz);
nbp->b_flags = flags; nbp->b_flags = flags;