summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_input.c')
-rw-r--r--sys/netipx/ipx_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c
index 3410a41..b3d95d2 100644
--- a/sys/netipx/ipx_input.c
+++ b/sys/netipx/ipx_input.c
@@ -483,7 +483,7 @@ struct ifnet *ifp;
if (m0 != NULL) {
register struct ipx *ipx;
- M_PREPEND(m0, sizeof(*ipx), M_DONTWAIT);
+ M_PREPEND(m0, sizeof(*ipx), M_NOWAIT);
if (m0 == NULL)
continue;
ipx = mtod(m0, struct ipx *);
OpenPOWER on IntegriCloud