From 9e25ccda32652f8f9e0d6d5fadcf3f7c1c90b859 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sat, 23 Jun 2001 03:54:59 +0000 Subject: Likewise, use m_tag_init() --- sys/netiso/tp_emit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/netiso/tp_emit.c b/sys/netiso/tp_emit.c index a8f454ec198..2b6a40b986a 100644 --- a/sys/netiso/tp_emit.c +++ b/sys/netiso/tp_emit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tp_emit.c,v 1.6 2001/05/24 03:59:00 angelos Exp $ */ +/* $OpenBSD: tp_emit.c,v 1.7 2001/06/23 03:54:58 angelos Exp $ */ /* $NetBSD: tp_emit.c,v 1.8 1996/03/16 23:13:48 christos Exp $ */ /*- @@ -201,7 +201,7 @@ tp_emit(dutype, tpcb, seq, eot, data) m->m_flags = M_PKTHDR; m->m_pkthdr.rcvif = 0; m->m_pkthdr.len = 0; - TAILQ_INIT(&m->m_pkthdr.tags); + m_tag_init(m); } } else { MGETHDR(m, M_DONTWAIT, TPMT_TPHDR); -- cgit v1.2.3