diff options
-rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
2 files changed, 0 insertions, 4 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(); diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index d3e5441..b8b4e7f 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/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(); |