mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue