Remove historical macro.

Sponsored by:	Nginx, Inc.
This commit is contained in:
Gleb Smirnoff 2014-01-16 13:42:50 +00:00
parent 8327c83319
commit 94985f742b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260716

View File

@ -554,7 +554,7 @@ m_dup_pkthdr(struct mbuf *to, struct mbuf *from, int how)
to->m_data = to->m_pktdat;
to->m_pkthdr = from->m_pkthdr;
SLIST_INIT(&to->m_pkthdr.tags);
return (m_tag_copy_chain(to, from, MBTOM(how)));
return (m_tag_copy_chain(to, from, how));
}
/*