svn commit: r260716 - head/sys/kern
Gleb Smirnoff
glebius at FreeBSD.org
Thu Jan 16 13:42:50 UTC 2014
Author: glebius
Date: Thu Jan 16 13:42:50 2014
New Revision: 260716
URL: http://svnweb.freebsd.org/changeset/base/260716
Log:
Remove historical macro.
Sponsored by: Nginx, Inc.
Modified:
head/sys/kern/uipc_mbuf.c
Modified: head/sys/kern/uipc_mbuf.c
==============================================================================
--- head/sys/kern/uipc_mbuf.c Thu Jan 16 13:42:14 2014 (r260715)
+++ head/sys/kern/uipc_mbuf.c Thu Jan 16 13:42:50 2014 (r260716)
@@ -554,7 +554,7 @@ m_dup_pkthdr(struct mbuf *to, struct mbu
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));
}
/*
More information about the svn-src-head
mailing list