aargh! I tested JREMOD, only to discover that the "good oil" part of

it for si.c was accidently inside some #ifdef DEBUG code....
This commit is contained in:
Peter Wemm 1995-12-04 17:33:45 +00:00
parent 946bb7a268
commit 80308cade5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12624
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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