summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-17 12:14:55 +0000
committerbde <bde@FreeBSD.org>1998-06-17 12:14:55 +0000
commita1e69b9f8361e6197a54f43858f201b2633b759f (patch)
tree0de4241d75f63ebcce8ff7c4bbf266f862adb404 /sys
parente27dc1bad82c6c337783ab21d315a681dd3872bf (diff)
downloadFreeBSD-src-a1e69b9f8361e6197a54f43858f201b2633b759f.zip
FreeBSD-src-a1e69b9f8361e6197a54f43858f201b2633b759f.tar.gz
Fixed a misdeclaration. This unhides type mismatches which will be
fixed soon.
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/ide_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c
index ea2d6b7..9f90ffc 100644
--- a/sys/pci/ide_pci.c
+++ b/sys/pci/ide_pci.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ide_pci.c,v 1.9 1998/02/06 12:14:06 eivind Exp $
+ * $Id: ide_pci.c,v 1.10 1998/04/15 17:47:00 bde Exp $
*/
#include "pci.h"
@@ -168,7 +168,7 @@ static struct ide_pci_softc softc;
static int ide_pci_softc_cookies_initted = 0;
-extern void wdintr(void *);
+inthand2_t wdintr;
extern struct isa_driver wdcdriver;
/*
OpenPOWER on IntegriCloud