freebsd-skq/sys/fs/fifofs
jlemon 60545edbcb The kq write filter was hooked up to the wrong socket, and thus was
not behaving correctly.  Fix by attaching to the correct socket.

Also call so{rw}wakeup in addition to the fifo wakeup, so that any
kqfilters attached to the socket buffer get poked.
2001-06-06 17:38:36 +00:00
..
fifo_vnops.c The kq write filter was hooked up to the wrong socket, and thus was 2001-06-06 17:38:36 +00:00
fifo.h