diff options
-rw-r--r-- | sys/i386/include/random.h | 5 | ||||
-rw-r--r-- | sys/sys/random.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/i386/include/random.h b/sys/i386/include/random.h index 83b28e5..659fdf9 100644 --- a/sys/i386/include/random.h +++ b/sys/i386/include/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id$ + * $Id: random.h,v 1.11 1997/02/22 09:35:05 peter Exp $ * * Version 0.95, last modified 18-Oct-95 * @@ -58,9 +58,6 @@ #ifdef KERNEL -/* XXX include from the wrong place(s) for inthand2_t. */ -#include <i386/isa/isa_device.h> - /* Interrupts to be used in the randomizing process */ extern inthand2_t *sec_intr_handler[]; diff --git a/sys/sys/random.h b/sys/sys/random.h index 83b28e5..659fdf9 100644 --- a/sys/sys/random.h +++ b/sys/sys/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id$ + * $Id: random.h,v 1.11 1997/02/22 09:35:05 peter Exp $ * * Version 0.95, last modified 18-Oct-95 * @@ -58,9 +58,6 @@ #ifdef KERNEL -/* XXX include from the wrong place(s) for inthand2_t. */ -#include <i386/isa/isa_device.h> - /* Interrupts to be used in the randomizing process */ extern inthand2_t *sec_intr_handler[]; |