Remove historical macro.

Sponsored by:	Nginx, Inc.
This commit is contained in:
glebius 2014-01-16 13:42:50 +00:00
parent 750ebc2942
commit 8efec8e7d2

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));
}
/*