Remove "raw" and "label" keywords.

This commit is contained in:
Greg Lehey 2003-06-12 05:45:45 +00:00
parent 9b6df37a1a
commit de52a6f7a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116245
2 changed files with 2 additions and 6 deletions

View file

@ -29,7 +29,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
* $Id: vinumkw.h,v 1.19 2003/04/26 02:00:49 grog Exp $
* $Id: vinumkw.h,v 1.20 2003/05/07 03:32:09 grog Exp grog $
* $FreeBSD$
*/
@ -104,11 +104,9 @@ enum keyword {
kw_preferred, /* preferred plex */
kw_device,
kw_init,
kw_label,
kw_resetconfig,
kw_writethrough,
kw_writeback,
kw_raw,
kw_replace,
kw_resetstats,
kw_attach,

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.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),