summaryrefslogtreecommitdiff
path: root/sys/dev/random/yarrow.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
commit35e0e5b31144763b2053a8a033be4407987e7e69 (patch)
treef8963c2475693a3974f6608fa6e8c720fa433512 /sys/dev/random/yarrow.c
parent341885a9fce84834fe9fe892fa2c577575150417 (diff)
downloadsrc-test-35e0e5b31144763b2053a8a033be4407987e7e69.tar.gz
src-test-35e0e5b31144763b2053a8a033be4407987e7e69.zip
Notes
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 fe4d160f7e929..004779eb77dac 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -37,13 +37,13 @@
#include <sys/kthread.h>
#include <sys/libkern.h>
#include <sys/malloc.h>
+#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/select.h>
#include <sys/random.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/unistd.h>
-#include <machine/mutex.h>
#include <crypto/blowfish/blowfish.h>
#include <dev/random/hash.h>