K 10 svn:author V 3 gad K 8 svn:date V 27 2002-03-23T06:49:02.000000Z K 7 svn:log V 523 Fix of MFC: revision 1.59.2.6 back on Sept 20, 2001 was meant to be an MFC of revision 1.79. That update makes it so select() realizes that bpf devices are always writable. In redoing the patch so it applied to stable, I used POLLIN instead of POLLOUT, thus making it so bpf devices looked like they always had something to read. The really sad thing is that I noticed that, redid it, tested it, and then committed the wrong version... This patch fixes that error. PR: kern/36219 Spotted by: bde Pointy hat to: gad END