kernel - Fix kqueue and SIGIO operation on pipes
commit2ba61315abdc7df051e12b39a77791baab47affb
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 22 Sep 2009 06:17:14 +0000 (21 23:17 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 22 Sep 2009 06:41:56 +0000 (21 23:41 -0700)
treef2aa7166a7475c39cf2a859e0a9df98f2846d209
parentdf1b375e19addfba38b18a4ff5c7eb8a4ee7eca7
kernel - Fix kqueue and SIGIO operation on pipes

* pipe reads and writes were not notifying kqueue and SIGIO consumers
  due to an incorrect conditional which only tested for select/poll
  consumers.
sys/kern/sys_pipe.c