diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1999-08-04 13:10:56 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1999-08-04 13:10:56 +0000 |
commit | 4bdfc959003ab5d1663346afaa5efee1524b5ce1 (patch) | |
tree | e283cd36d57a71285189ef742e115f20932c082d /sys/dev/raidframe/rf_optnames.h | |
parent | 9c89494f84a3d5b5454469425101a8d6b68d95d2 (diff) |
* remove redundant rf_ccmn.h
* remove init call to rf_ConfigureEtimer() and rf_sys.c in which it is the
only function. update conf/files to reflect this.
* update sources to make sure _KERNEL is used not KERNEL
* change rf_etimer.h to protect macros an include of sys/kernel.h with
a check for _KERNEL - let raidctl compile again.
Diffstat (limited to 'sys/dev/raidframe/rf_optnames.h')
-rw-r--r-- | sys/dev/raidframe/rf_optnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_optnames.h b/sys/dev/raidframe/rf_optnames.h index dc7c67d558c..82ee3434d96 100644 --- a/sys/dev/raidframe/rf_optnames.h +++ b/sys/dev/raidframe/rf_optnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_optnames.h,v 1.2 1999/02/16 00:03:03 niklas Exp $ */ +/* $OpenBSD: rf_optnames.h,v 1.3 1999/08/04 13:10:55 peter Exp $ */ /* $NetBSD: rf_optnames.h,v 1.4 1999/02/05 00:06:13 oster Exp $ */ /* * rf_optnames.h @@ -113,7 +113,7 @@ RF_DBG_OPTION(interactiveScript, 0) /* set as a debug option for now */ RF_DBG_OPTION(looptestShowWrites, 0) /* user-level loop test write * debugging */ RF_DBG_OPTION(traceDebug, 0) -#endif /* !KERNEL */ +#endif /* !_KERNEL */ #if RF_INCLUDE_PARITYLOGGING > 0 RF_DBG_OPTION(forceParityLogReint, 0) |