diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-24 17:30:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-24 17:30:08 +0000 |
commit | a8c8e00c91ee3b7567d3dd2ad6c6394f041928cb (patch) | |
tree | 7ec8e4f2ec6e1369ecd37b47e7b485d868935e25 /sys/i386/isa/pcvt | |
parent | f85fa734fac6ee4d477cc35cbd5f6792ee363275 (diff) | |
download | FreeBSD-src-a8c8e00c91ee3b7567d3dd2ad6c6394f041928cb.zip FreeBSD-src-a8c8e00c91ee3b7567d3dd2ad6c6394f041928cb.tar.gz |
* Use sys/sys/random.h rather than a i386 specific one.
* There was nothing that should be machine dependant about
i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c.
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r-- | sys/i386/isa/pcvt/pcvt_hdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 7e7dea0..2078f5f 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -59,12 +59,12 @@ #include <sys/uio.h> #include <sys/callout.h> #include <sys/kernel.h> +#include <sys/random.h> #include <sys/syslog.h> #include <sys/malloc.h> #include <sys/time.h> #include <sys/cons.h> -#include <machine/random.h> #include <machine/bus.h> #include <machine/psl.h> #include <machine/frame.h> |