diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/an.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index b8869dd031d..cd8d2e1c647 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $OpenBSD: an.c,v 1.36 2004/08/05 07:58:55 mickey Exp $ */ +/* $OpenBSD: an.c,v 1.37 2004/08/05 12:43:26 miod Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -356,7 +356,6 @@ an_rxeof(sc) m->m_pkthdr.rcvif = ifp; m->m_pkthdr.len = m->m_len = len + 12; -if ((int)m->m_data & 3) printf("m_data %p\n", m->m_data); m->m_data += ETHER_ALIGN; eh = mtod(m, struct ether_header *); |