summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/random.h')
-rw-r--r--sys/i386/include/random.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/random.h b/sys/i386/include/random.h
index 088d81b..9c4850a 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: random.h,v 1.13 1997/09/14 03:19:03 peter Exp $
+ * $Id: random.h,v 1.14 1998/04/06 09:30:18 phk Exp $
*
* Version 0.95, last modified 18-Oct-95
*
@@ -61,7 +61,7 @@
/* Interrupts to be used in the randomizing process */
extern inthand2_t *sec_intr_handler[];
-extern int sec_intr_unit[];
+extern void *sec_intr_unit[];
/* Exported functions */
OpenPOWER on IntegriCloud