diff options
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r-- | i386/i386at/autoconf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index 48e1278..05988a6 100644 --- a/i386/i386at/autoconf.c +++ b/i386/i386at/autoconf.c @@ -49,12 +49,12 @@ #if NCOM > 0 extern struct bus_driver comdriver; -extern int comintr(); +extern void comintr(); #endif /* NCOM */ #if NLPR > 0 extern struct bus_driver lprdriver; -extern int lprintr(); +extern void lprintr(); #endif /* NLPR */ struct bus_ctlr bus_master_init[] = { @@ -62,7 +62,7 @@ struct bus_ctlr bus_master_init[] = { /* driver name unit intr address len phys_address adaptor alive flags spl pic */ - 0 + {0} }; @@ -91,7 +91,7 @@ struct bus_device bus_device_init[] = { #endif /* NLPR > 0 */ #endif /* MACH_LPR */ - 0 + {0} }; /* |