CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/10 12:31:39
Modified files:
sys/net : bpf.c bpf.h bpf_filter.c if_ppp.c
Log message:
bpf_validate: change len argument to u_int
All callers of bpf_validate use unsigned values and bpf_validate
does the same internally.
OK tb@
