1
0
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:
Tim J. Robbins 2003-12-29 08:23:11 +00:00
parent ff22c670d9
commit c1dae2f08f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123957

View File

@ -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;
{