summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/elink3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c
index bdb2645d165..ad9e4727a31 100644
--- a/sys/dev/ic/elink3.c
+++ b/sys/dev/ic/elink3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: elink3.c,v 1.48 2001/05/22 18:59:54 angelos Exp $ */
+/* $OpenBSD: elink3.c,v 1.49 2001/05/26 06:57:19 angelos Exp $ */
/* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */
/*
@@ -1405,7 +1405,7 @@ epget(sc, totlen)
sc->next_mb = (sc->next_mb + 1) % MAX_MBS;
m->m_data = m->m_pktdat;
m->m_flags = M_PKTHDR;
- TAILQ_INIT(&m->m_pkthdr.tags);
+ m_tag_init(m);
}
m->m_pkthdr.rcvif = ifp;
m->m_pkthdr.len = totlen;