summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/yarrow.c')
-rw-r--r--sys/dev/random/yarrow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 8ab16b2..dd79c34 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -139,7 +139,7 @@ random_init(void)
random_state.counter[i] = 0;
/* Set up a lock for the reseed process */
- mtx_init(&random_reseed_mtx, "random reseed", MTX_DEF);
+ mtx_init(&random_reseed_mtx, "random reseed", NULL, MTX_DEF);
}
void
OpenPOWER on IntegriCloud