Make the stub routines have the same prototypes as the real bpf
routines.
This commit is contained in:
parent
9efed284d5
commit
1f8ffa4bca
@ -1309,7 +1309,7 @@ bpfattach(ifp, dlt, hdrlen)
|
||||
|
||||
u_int
|
||||
bpf_filter(pc, p, wirelen, buflen)
|
||||
register struct bpf_insn *pc;
|
||||
register const struct bpf_insn *pc;
|
||||
register u_char *p;
|
||||
u_int wirelen;
|
||||
register u_int buflen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user