diff options
-rw-r--r-- | sys/dev/vinum/vinumparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 2cea9fe..5675f84 100644 --- a/sys/dev/vinum/vinumparser.c +++ b/sys/dev/vinum/vinumparser.c @@ -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.19 2000/02/19 06:53:09 grog Exp grog $ + * $Id: vinumparser.c,v 1.20 2000/04/22 05:32:50 grog Exp grog $ * $FreeBSD$ */ @@ -125,10 +125,10 @@ struct _keywords keywords[] = #ifndef _KERNEL /* for vinum(8) only */ #ifdef VINUMDEBUG keypair(debug), +#endif keypair(stripe), keypair(mirror), #endif -#endif keypair(attach), keypair(detach), keypair(printconfig), |