Don't make definition of kw_debug dependent on VINUMDEBUG. In

userland, define the keyword even if the kernel module doesn't have
debug code.
This commit is contained in:
Greg Lehey 2003-05-01 01:32:31 +00:00
parent 25d8d1f1a9
commit 9351e5dbcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114357

View File

@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
* $Id: vinumparser.c,v 1.21 2000/12/20 03:44:13 grog Exp grog $
* $Id: vinumparser.c,v 1.24 2003/04/28 02:54:43 grog Exp $
* $FreeBSD$
*/
@ -117,9 +117,7 @@ struct _keywords keywords[] =
keypair(rename),
keypair(detached),
#ifndef _KERNEL /* for vinum(8) only */
#ifdef VINUMDEBUG
keypair(debug),
#endif
keypair(stripe),
keypair(mirror),
#endif