summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-12-29 08:23:11 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-12-29 08:23:11 +0000
commitc1dae2f08fc9e5ec71b60141204e9b92077ba95a (patch)
tree89f5fa92512845269cf7cde91bcd65a60218ab8d
parentff22c670d99ef471546976d40f9799a7ef4a4565 (diff)
Notes
-rw-r--r--sys/net/bpf.c2
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;
{