mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Unbreak build of bpf-free kernels.
This commit is contained in:
parent
ff22c670d9
commit
c1dae2f08f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123957
@ -1626,7 +1626,7 @@ bpf_mtap(bp, m)
|
||||
void
|
||||
bpf_mtap2(bp, d, l, m)
|
||||
struct bpf_if *bp;
|
||||
const void *d;
|
||||
void *d;
|
||||
u_int l;
|
||||
struct mbuf *m;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user