diff options
Diffstat (limited to 'sys/dev/vinum/vinumparser.c')
-rw-r--r-- | sys/dev/vinum/vinumparser.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 27c9bd4..680cd62 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.24 2003/04/28 02:54:43 grog Exp $ + * $Id: vinumparser.c,v 1.25 2003/05/07 03:33:28 grog Exp grog $ * $FreeBSD$ */ @@ -100,7 +100,6 @@ struct _keywords keywords[] = keypair(name), keypair(writethrough), keypair(writeback), - keypair(raw), keypair(device), keypair(concat), keypair(raid4), @@ -142,7 +141,6 @@ struct _keywords keywords[] = keypair(mv), keypair(move), keypair(init), - keypair(label), keypair(resetconfig), keypair(start), keypair(stop), |