summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/dev')
-rw-r--r--sys/arch/mvme68k/dev/if_ie.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/mvme68k/dev/if_ie.c b/sys/arch/mvme68k/dev/if_ie.c
index 87cc07d8bd2..a50fcd5c92a 100644
--- a/sys/arch/mvme68k/dev/if_ie.c
+++ b/sys/arch/mvme68k/dev/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.28 2005/01/15 05:24:10 brad Exp $ */
+/* $OpenBSD: if_ie.c,v 1.29 2005/07/31 03:52:18 pascoe Exp $ */
/*-
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -1203,13 +1203,9 @@ ie_readframe(sc, num)
* tho' it will make a copy for tcpdump.)
*/
if (bpf_gets_it) {
- struct mbuf m0;
- m0.m_len = sizeof eh;
- m0.m_data = (caddr_t)&eh;
- m0.m_next = m;
-
/* Pass it up. */
- bpf_mtap(sc->sc_arpcom.ac_if.if_bpf, &m0);
+ bpf_mtap_hdr(sc->sc_arpcom.ac_if.if_bpf, (caddr_t)&eh,
+ sizeof(eh), m);
}
/*
* A signal passed up from the filtering code indicating that the