CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/30 06:33:10
Modified files:
sys/net : bpfdesc.h bpf.c
Log message:
remove support for BIOCGQUEUE and BIOSGQUEUE
nothing uses them, and the implementation make incorrect assumptions
about mbufs within bpf processing that could lead to some weird
failures.
ok sthen@ deraadt@ mpi@
