summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
committerjhb <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
commitd944886e4df0e6d88970157ff46e8c0ab0c6b2c8 (patch)
treebd5164ec2cc8db9bccf6950d4969bd81891925dd /sys/dev/random
parent14c3513b9066aff7d93e8a86195d4477ba17f6dc (diff)
downloadFreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.zip
FreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.tar.gz
Catch up to moving headers:
- machine/ipl.h -> sys/ipl.h - machine/mutex.h -> sys/mutex.h
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/harvest.c2
-rw-r--r--sys/dev/random/yarrow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c
index 2f9ac2b..76c23a9 100644
--- a/sys/dev/random/harvest.c
+++ b/sys/dev/random/harvest.c
@@ -31,11 +31,11 @@
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/kthread.h>
+#include <sys/mutex.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/random.h>
#include <sys/time.h>
-#include <machine/mutex.h>
#include <crypto/blowfish/blowfish.h>
#include <dev/random/hash.h>
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index fe4d160..004779e 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>
OpenPOWER on IntegriCloud