Module Name: src
Committed By: martin
Date: Wed Sep 13 09:50:51 UTC 2023
Modified Files:
src/sys/net [netbsd-10]: bpf.h
Log Message:
Pull up following revision(s) (requested by rin in ticket #373):
sys/net/bpf.h: revision 1.82
bpf: Fix SIZEOF_BPF_HDR (for LP64 userland) on mips64
It cannot fit within 18 bytes, of course ;)
As we had never provided working bpf(4) implementation for LP64
userland on mips, just use natural structure size here.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.4.1 src/sys/net/bpf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.