diff options
author | grog <grog@FreeBSD.org> | 2000-05-20 03:21:50 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2000-05-20 03:21:50 +0000 |
commit | 9977806373ad1f5fd2f69edd413f85cb2cdd619c (patch) | |
tree | 63333c892a61c0c4f5a9f71145d7e85ab43c195c | |
parent | f893b170fbe8078d583c0c16f8ff768015e50f0d (diff) | |
download | FreeBSD-src-9977806373ad1f5fd2f69edd413f85cb2cdd619c.zip FreeBSD-src-9977806373ad1f5fd2f69edd413f85cb2cdd619c.tar.gz |
Don't forget 'stripe' and 'mirror' commands when we turn off
debugging.
Submitted-by: mdodd
-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), |