summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-14 04:47:08 +0000
committeralfred <alfred@FreeBSD.org>2002-03-14 04:47:08 +0000
commitbc5f1abaf33ad4898125058ad8fc52bd7634a6f2 (patch)
treec1d143042f3b9246a4603f1882655ee75f0e0175 /sys/net/bpf.c
parentd3d9f61de47d9e90ca68b2d9fc8983c70228a860 (diff)
downloadFreeBSD-src-bc5f1abaf33ad4898125058ad8fc52bd7634a6f2.zip
FreeBSD-src-bc5f1abaf33ad4898125058ad8fc52bd7634a6f2.tar.gz
Missed this file for select SMP fixes associated with rev 1.93 of
kern/sys_generic.c
Diffstat (limited to 'sys/net/bpf.c')
-rw-r--r--sys/net/bpf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index 0d93db5..a46f655 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -514,8 +514,6 @@ bpf_wakeup(d)
pgsigio(d->bd_sigio, d->bd_sig, 0);
selwakeup(&d->bd_sel);
- /* XXX */
- d->bd_sel.si_pid = 0;
}
static void
OpenPOWER on IntegriCloud