artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace307e
)
No need to reset si_selpid after calling selwakeup() the function
author
mpi
<mpi@openbsd.org>
Mon, 15 Aug 2016 07:20:14 +0000
(07:20 +0000)
committer
mpi
<mpi@openbsd.org>
Mon, 15 Aug 2016 07:20:14 +0000
(07:20 +0000)
already does it.
sys/net/bpf.c
patch
|
blob
|
history
diff --git
a/sys/net/bpf.c
b/sys/net/bpf.c
index
528fe50
..
d731632
100644
(file)
--- a/
sys/net/bpf.c
+++ b/
sys/net/bpf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bpf.c,v 1.14
6 2016/08/15 07:17:10
mpi Exp $ */
+/* $OpenBSD: bpf.c,v 1.14
7 2016/08/15 07:20:14
mpi Exp $ */
/* $NetBSD: bpf.c,v 1.33 1997/02/21 23:59:35 thorpej Exp $ */
/*
@@
-521,8
+521,6
@@
bpf_wakeup(struct bpf_d *d)
d->bd_siguid, d->bd_sigeuid);
selwakeup(&d->bd_sel);
- /* XXX */
- d->bd_sel.si_selpid = 0;
}
int