diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-12-29 08:23:11 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-12-29 08:23:11 +0000 |
| commit | c1dae2f08fc9e5ec71b60141204e9b92077ba95a (patch) | |
| tree | 89f5fa92512845269cf7cde91bcd65a60218ab8d | |
| parent | ff22c670d99ef471546976d40f9799a7ef4a4565 (diff) | |
Notes
| -rw-r--r-- | sys/net/bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c index c06312e37042..0682d036c8cc 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -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; { |
