summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/unisig_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/unisig_decode.c')
-rw-r--r--sys/netatm/uni/unisig_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index aa49fda..c15d02e 100644
--- a/sys/netatm/uni/unisig_decode.c
+++ b/sys/netatm/uni/unisig_decode.c
@@ -67,7 +67,7 @@ __RCSID("@(#) $FreeBSD$");
#endif
#define ALLOC_IE(ie) do { \
- (ie) = uma_zalloc(unisig_ie_zone, M_WAITOK | M_ZERO); \
+ (ie) = uma_zalloc(unisig_ie_zone, M_ZERO); \
if ((ie) == NULL) \
return (ENOMEM); \
} while (0)
OpenPOWER on IntegriCloud