Make the stub routines have the same prototypes as the real bpf

routines.
This commit is contained in:
Julian Elischer 1999-12-03 09:59:02 +00:00
parent 9efed284d5
commit 1f8ffa4bca

View File

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