summaryrefslogtreecommitdiffstats
path: root/sys/rpc/rpcm_subs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc/rpcm_subs.h')
-rw-r--r--sys/rpc/rpcm_subs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h
index f0d60a3..e4fddb5 100644
--- a/sys/rpc/rpcm_subs.h
+++ b/sys/rpc/rpcm_subs.h
@@ -80,7 +80,7 @@
#define rpcm_build(a,c,s) \
{ if ((s) > M_TRAILINGSPACE(mb)) { \
- MGET(mb2, M_WAITOK, MT_DATA); \
+ mb2 = m_get(M_WAITOK, MT_DATA); \
if ((s) > MLEN) \
panic("build > MLEN"); \
mb->m_next = mb2; \
OpenPOWER on IntegriCloud