summaryrefslogtreecommitdiffstats
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r--sys/net/bpfdesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index 9172c7f..7f61d70 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -84,7 +84,7 @@ struct bpf_d {
#if BSD < 199103
u_char bd_selcoll; /* true if selects collide */
int bd_timedout;
- struct proc * bd_selproc; /* process that last selected us */
+ struct thread * bd_selthread; /* process that last selected us */
#else
u_char bd_pad; /* explicit alignment */
struct selinfo bd_sel; /* bsd select info */
OpenPOWER on IntegriCloud