CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/02 03:05:16
Modified files:
sys/net : bpf.h bpf_filter.c
Log message:
mark the program and buffer as const in bpf_filter()
other projects have already done this, and there's software (eg,
gopacket) which now expects it.
based on a discussion with jasper@ and canacar@
ok jasper@
