--- src/usr.sbin/pstat/pstat.c 2006/01/12 13:43:11 1.16 +++ src/usr.sbin/pstat/pstat.c 2006/02/08 08:34:13 1.17 @@ -422,8 +422,6 @@ vnode_print(struct vnode *avnode, struct if (flag & VXWANT) *fp++ = 'W'; #endif - if (flag & VBWAIT) - *fp++ = 'B'; if (flag & VOBJBUF) *fp++ = 'V'; if (flag & VAGE)