diff options
author | Greg Lehey <grog@FreeBSD.org> | 2000-05-20 03:21:50 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2000-05-20 03:21:50 +0000 |
commit | ef033a65c7ae5559a113413960222edb13485851 (patch) | |
tree | cdc5ea2107c68e90aa8aaea0a05cd04531d97169 /sys/dev/vinum/vinumparser.c | |
parent | f8373524de154820902a4113c3d296c188facdbf (diff) |
Notes
Diffstat (limited to 'sys/dev/vinum/vinumparser.c')
-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 2cea9fe4517a1..5675f84c05545 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), |