diff options
Diffstat (limited to 'sys/i386/isa/scd.c')
-rw-r--r-- | sys/i386/isa/scd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/scd.c b/sys/i386/isa/scd.c index 7eeca7b..cc5af14 100644 --- a/sys/i386/isa/scd.c +++ b/sys/i386/isa/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.40 1998/07/13 09:53:02 bde Exp $ */ +/* $Id: scd.c,v 1.41 1999/01/12 01:29:45 eivind Exp $ */ /* Please send any comments to micke@dynas.se */ @@ -1569,7 +1569,7 @@ scd_toc_entry (int unit, struct ioc_read_toc_single_entry *te) } -static scd_devsw_installed = 0; +static int scd_devsw_installed; static void scd_drvinit(void *unused) { |