jmg 2005-03-02 21:59:40 UTC
FreeBSD src repository
Modified files:
sys/net bpf.c
Log:
fix a bug where bpf would try to wakeup before updating the state.. This
was causing kqueue not to see the correct state and not wake up a process
that is waiting...
Submitted by: nCircle Network Security, Inc.
Revision Changes Path
1.146 +6 -2 src/sys/net/bpf.c