mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in a
better place now.
This commit is contained in:
parent
f0a2dcf23d
commit
4d775b7759
2 changed files with 2 additions and 8 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue