summaryrefslogtreecommitdiffstats
path: root/sys/sys/random.h
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-09-03 10:24:29 +0000
committerasami <asami@FreeBSD.org>1996-09-03 10:24:29 +0000
commitbbb6994e507486b942d268c5f28330727a4d2e49 (patch)
tree25143600bc63d63f429c367f5868528bf984e44a /sys/sys/random.h
parentf8bde85e2062bc43410f42137dd79e2359fc78c1 (diff)
downloadFreeBSD-src-bbb6994e507486b942d268c5f28330727a4d2e49.zip
FreeBSD-src-bbb6994e507486b942d268c5f28330727a4d2e49.tar.gz
Second phase of merge, get rid of more machine-independent-dependencies.
Get rid of pc98/pc98/pc98_device.h. Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/sys/random.h')
-rw-r--r--sys/sys/random.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/random.h b/sys/sys/random.h
index 8d91cbf..266cc91 100644
--- a/sys/sys/random.h
+++ b/sys/sys/random.h
@@ -1,7 +1,7 @@
/*
* random.h -- A strong random number generator
*
- * $Id: random.h,v 1.5 1996/06/14 11:01:04 asami Exp $
+ * $Id: random.h,v 1.6 1996/06/17 16:47:39 bde Exp $
*
* Version 0.95, last modified 18-Oct-95
*
@@ -59,11 +59,7 @@
#ifdef KERNEL
/* XXX include from the wrong place(s) for inthand2_t. */
-#ifdef PC98
-#include <pc98/pc98/pc98_device.h>
-#else
#include <i386/isa/isa_device.h>
-#endif
/* Interrupts to be used in the randomizing process */
OpenPOWER on IntegriCloud