summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-07 00:57:26 +0000
committerbde <bde@FreeBSD.org>1997-06-07 00:57:26 +0000
commitba9d1da049a48568b2b158479e2105fbaef54cb8 (patch)
treec09a18309bab84032da11266ce4b2a4f1be4e76c
parent456561875bb41b5a9a5c2e492e81c51bf5e2e628 (diff)
downloadFreeBSD-src-ba9d1da049a48568b2b158479e2105fbaef54cb8.zip
FreeBSD-src-ba9d1da049a48568b2b158479e2105fbaef54cb8.tar.gz
Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in a
better place now.
-rw-r--r--sys/i386/include/random.h5
-rw-r--r--sys/sys/random.h5
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[];
OpenPOWER on IntegriCloud