mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Removed FIFO ifdef again (see rev.1.5).
This commit is contained in:
parent
4f3850c2a8
commit
c626216f51
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22619
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user