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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 76ae515..fe839ee 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -79,10 +79,10 @@ struct harvest {
};
/* The reseed thread mutex */
-static mtx_t random_reseed_mtx;
+static struct mtx random_reseed_mtx;
/* The entropy harvest mutex */
-static mtx_t random_harvest_mtx;
+static struct mtx random_harvest_mtx;
/* <0 until the kthread starts, 0 for running */
static int random_kthread_status = -1;
OpenPOWER on IntegriCloud