diff options
author | nyan <nyan@FreeBSD.org> | 2000-04-27 13:13:43 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2000-04-27 13:13:43 +0000 |
commit | 4f2f4c3284f431e8b0a018cc4eb22599d2e8c476 (patch) | |
tree | 789cc4aa105253afb0dfcd2cc31aaaedc455d9da /sys/pc98 | |
parent | e000278df67ca8ad7b4c047154492f41e31c860c (diff) | |
download | FreeBSD-src-4f2f4c3284f431e8b0a018cc4eb22599d2e8c476.zip FreeBSD-src-4f2f4c3284f431e8b0a018cc4eb22599d2e8c476.tar.gz |
machine/random.h -> sys/random.h
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/machdep.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/syscons.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 8e253bd..27c8f27 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -126,7 +126,7 @@ #include <isa/rtc.h> #endif #include <machine/vm86.h> -#include <machine/random.h> +#include <sys/random.h> #include <sys/ptrace.h> #include <machine/sigframe.h> diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 8e253bd..27c8f27 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -126,7 +126,7 @@ #include <isa/rtc.h> #endif #include <machine/vm86.h> -#include <machine/random.h> +#include <sys/random.h> #include <sys/ptrace.h> #include <machine/sigframe.h> diff --git a/sys/pc98/pc98/syscons.c b/sys/pc98/pc98/syscons.c index 3d195f3..369dbfd 100644 --- a/sys/pc98/pc98/syscons.c +++ b/sys/pc98/pc98/syscons.c @@ -47,6 +47,7 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/cons.h> +#include <sys/random.h> #include <machine/clock.h> #include <machine/console.h> @@ -55,7 +56,6 @@ #ifdef __i386__ #include <machine/apm_bios.h> #include <machine/frame.h> -#include <machine/random.h> #endif #include <dev/kbd/kbdreg.h> |