Removed FIFO ifdef again (see rev.1.5).

This commit is contained in:
Bruce Evans 1997-02-13 00:42:10 +00:00
parent 4f3850c2a8
commit c626216f51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22619

View File

@ -1851,10 +1851,8 @@ ufs_print(ap)
printf("tag VT_UFS, ino %ld, on dev %d, %d", ip->i_number,
major(ip->i_dev), minor(ip->i_dev));
#ifdef FIFO
if (vp->v_type == VFIFO)
fifo_printinfo(vp);
#endif /* FIFO */
lockmgr_printinfo(&ip->i_lock);
printf("\n");
return (0);