Killed more FIFO ifdefs. All gone now.

This commit is contained in:
Bruce Evans 1997-02-13 01:13:13 +00:00
parent c626216f51
commit eb26546e6f
4 changed files with 0 additions and 14 deletions

View File

@ -758,13 +758,8 @@ cd9660_vget_internal(mp, ino, vpp, relocated, isodir)
*/
switch (vp->v_type = IFTOVT(ip->inode.iso_mode)) {
case VFIFO:
#ifdef FIFO
vp->v_op = cd9660_fifoop_p;
break;
#else
vput(vp);
return (EOPNOTSUPP);
#endif /* FIFO */
case VCHR:
case VBLK:
/*

View File

@ -219,9 +219,7 @@ int cd9660_mountroot __P((void));
extern vop_t **cd9660_vnodeop_p;
extern vop_t **cd9660_specop_p;
#ifdef FIFO
extern vop_t **cd9660_fifoop_p;
#endif
static __inline int isonum_711 __P((u_char *));
static __inline int

View File

@ -758,13 +758,8 @@ cd9660_vget_internal(mp, ino, vpp, relocated, isodir)
*/
switch (vp->v_type = IFTOVT(ip->inode.iso_mode)) {
case VFIFO:
#ifdef FIFO
vp->v_op = cd9660_fifoop_p;
break;
#else
vput(vp);
return (EOPNOTSUPP);
#endif /* FIFO */
case VCHR:
case VBLK:
/*

View File

@ -219,9 +219,7 @@ int cd9660_mountroot __P((void));
extern vop_t **cd9660_vnodeop_p;
extern vop_t **cd9660_specop_p;
#ifdef FIFO
extern vop_t **cd9660_fifoop_p;
#endif
static __inline int isonum_711 __P((u_char *));
static __inline int