Date: Fri, 22 Mar 2002 22:49:03 -0800 (PST) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c Message-ID: <200203230649.g2N6n3264655@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2002/03/22 22:49:02 PST Modified files: (Branch: RELENG_4) sys/net bpf.c Log: 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 Revision Changes Path 1.59.2.10 +1 -1 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203230649.g2N6n3264655>