From 24c816ac23c1fdd631352d8a301dbf9635b4c726 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 4 Dec 1995 17:33:45 +0000 Subject: [PATCH] aargh! I tested JREMOD, only to discover that the "good oil" part of it for si.c was accidently inside some #ifdef DEBUG code.... --- sys/dev/si/si.c | 6 +++--- sys/i386/isa/si.c | 6 +++--- 2 files changed, 6 insertions(+), 6 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 diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c index 1f33ad992578..386690cefa2c 100644 --- a/sys/i386/isa/si.c +++ b/sys/i386/isa/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