diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-04 17:33:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-04 17:33:45 +0000 |
| commit | 80308cade502716af1b39a61d07c5844c86f1663 (patch) | |
| tree | c5de2fa83dd4bbd25e52d5450b98dc3fb1e5d84d /sys/dev/si | |
| parent | 946bb7a2680974d0d7f32392360268edb1433b4f (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 1f33ad992578..386690cefa2c 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.18 1995/11/29 10:47:51 julian Exp $ + * $Id: si.c,v 1.19 1995/11/29 14:39:55 julian Exp $ */ #ifndef lint @@ -2299,6 +2299,8 @@ si_mctl2str(cmd) return("BAD"); } +#endif /* DEBUG */ + #ifdef JREMOD struct cdevsw si_cdevsw = @@ -2337,5 +2339,3 @@ static void si_drvinit(void *unused) SYSINIT(sidev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,si_drvinit,NULL) #endif /* JREMOD */ - -#endif |
