diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
| commit | 35e0e5b31144763b2053a8a033be4407987e7e69 (patch) | |
| tree | f8963c2475693a3974f6608fa6e8c720fa433512 /sys/dev/random | |
| parent | 341885a9fce84834fe9fe892fa2c577575150417 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/harvest.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/yarrow.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index 2f9ac2baa0c71..76c23a985108c 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 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> |
