freebsd-dev/sys/fs/fifofs
Alfred Perlstein 468485b8d2 Fix select on fifos.
Backout revision 1.56 and 1.57 of fifo_vnops.c.

Introduce a new poll op "POLLINIGNEOF" that can be used to ignore
EOF on a fifo, POLLIN/POLLRDNORM is converted to POLLINIGNEOF within
the FIFO implementation to effect the correct behavior.

This should allow one to view a fifo pretty much as a data source
rather than worry about connections coming and going.

Reviewed by: bde
2002-01-14 22:03:48 +00:00
..
fifo_vnops.c Fix select on fifos. 2002-01-14 22:03:48 +00:00
fifo.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00