summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uniip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/uniip.c')
-rw-r--r--sys/netatm/uni/uniip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/uniip.c b/sys/netatm/uni/uniip.c
index 3635523..7bdb100 100644
--- a/sys/netatm/uni/uniip.c
+++ b/sys/netatm/uni/uniip.c
@@ -188,7 +188,7 @@ uniip_ipact(inp)
/*
* Get a new interface control block
*/
- uip = uma_zalloc(uniip_zone, M_WAITOK | M_ZERO);
+ uip = uma_zalloc(uniip_zone, M_ZERO);
if (uip == NULL)
return (ENOMEM);
OpenPOWER on IntegriCloud