diff options
author | grog <grog@FreeBSD.org> | 2003-06-12 05:54:53 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-06-12 05:54:53 +0000 |
commit | 4af2cae35c4a0ac006030765fd0ce462cc27dd60 (patch) | |
tree | 399b3bb1757e3bd08a15ddff8945e8da6d1bf0b5 /sbin/vinum | |
parent | e8221b068f0618b1fecdefbe059b3f7ca17f335c (diff) | |
download | FreeBSD-src-4af2cae35c4a0ac006030765fd0ce462cc27dd60.zip FreeBSD-src-4af2cae35c4a0ac006030765fd0ce462cc27dd60.tar.gz |
Remove "label" keyword.
Diffstat (limited to 'sbin/vinum')
-rw-r--r-- | sbin/vinum/v.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index 6f4a823..b7389c3 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -36,7 +36,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: v.c,v 1.35 2003/04/26 02:02:49 grog Exp $ + * $Id: v.c,v 1.38 2003/05/01 01:39:42 grog Exp $ * $FreeBSD$ */ @@ -275,7 +275,6 @@ struct funkey { FUNKEY(info), FUNKEY(set), FUNKEY(init), - FUNKEY(label), FUNKEY(resetconfig), FUNKEY(rm), FUNKEY(mv), |