summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-01-16 13:42:50 +0000
committerglebius <glebius@FreeBSD.org>2014-01-16 13:42:50 +0000
commit8efec8e7d2fe1b3878f293e0fbcb1fafa4dd8921 (patch)
treefcde7c9f8f80ebf059a0e936b5576f8c78b0fabb /sys/kern/uipc_mbuf.c
parent750ebc294283178940e2ac33812436659287e41f (diff)
downloadFreeBSD-src-8efec8e7d2fe1b3878f293e0fbcb1fafa4dd8921.zip
FreeBSD-src-8efec8e7d2fe1b3878f293e0fbcb1fafa4dd8921.tar.gz
Remove historical macro.
Sponsored by: Nginx, Inc.
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index a16af57..99092cf 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -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));
}
/*
OpenPOWER on IntegriCloud