Minor change: fix warning - move a 'struct vnode *vp' declaration inside a
#ifdef DIAGNOSTIC to match its corresponding usage.
This commit is contained in:
parent
b31ae1adc5
commit
6ee6b42ef7
@ -1317,7 +1317,9 @@ ffs_blkfree(ip, bno, size)
|
||||
ufs_daddr_t blkno;
|
||||
int i, error, cg, blk, frags, bbase;
|
||||
u_int8_t *blksfree;
|
||||
#ifdef DIAGNOSTIC
|
||||
struct vnode *vp;
|
||||
#endif
|
||||
|
||||
fs = ip->i_fs;
|
||||
#ifdef DIAGNOSTIC
|
||||
|
Loading…
Reference in New Issue
Block a user