diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-05 12:43:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-05 12:43:27 +0000 |
commit | dcaadce93d0cc4377d9bca3684a542120103c8b5 (patch) | |
tree | 40df323c25914e3fca5ac130d0a17a3b3aa201c2 /sys/dev | |
parent | 3599e9fa7767714c865381b63ea18d5c55a57896 (diff) |
Remove forgotten debug code which does not compile on alpha.
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 *); |