kernel - Fix kqueue and SIGIO operation on pipes
commitd9dd0db189df92875f7bde80747910ad551eabdd
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:17:14 +0000 (21 23:17 -0700)
tree77ce6ee2c6ac39a0b4a719cba3ce89cac050c25d
parent4a8442c89c696a9dfa077cd91ad8ebae27f39fbe
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