CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/09/29 19:53:05
Modified files:
sys/net : bpf.h bpf.c if_pflog.c if_switch.c
sys/dev/pci : if_ipw.c if_iwi.c if_iwm.c if_iwn.c if_mcx.c
if_wpi.c
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ipsec_input.c
Log message:
remove the "copy function" argument to bpf_mtap_hdr.
it was previously (ab)used by pflog, which has since been fixed.
apart from that nothing else used it, so we can trim the cruft.
ok kn@ claudio@ visa@
visa@ also made sure i fixed ipw(4) so i386 won't break.