diff options
author | markm <markm@FreeBSD.org> | 2000-06-25 09:48:12 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-06-25 09:48:12 +0000 |
commit | 6100a3712446729e3b3752fa84daea413622c190 (patch) | |
tree | 829b0feb9e79671538c02d1787d206e22109005b /sys/pc98/i386 | |
parent | 53a44ce9d3150376cec001b5fd0e6e66d1b22213 (diff) | |
download | FreeBSD-src-6100a3712446729e3b3752fa84daea413622c190.zip FreeBSD-src-6100a3712446729e3b3752fa84daea413622c190.tar.gz |
Remove the old /dev/random device. There is a new machine-independant
version.
Reviewed by: dfr
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r-- | sys/pc98/i386/machdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index d3e5441..b8b4e7f 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -117,7 +117,6 @@ #include <isa/rtc.h> #endif #include <machine/vm86.h> -#include <sys/random.h> #include <sys/ptrace.h> #include <machine/sigframe.h> @@ -2204,7 +2203,6 @@ init386(first) #if NISA >0 isa_defaultirq(); #endif - rand_initialize(); #ifdef DDB kdb_init(); |