1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Fix a bogon which stopped Vinum from recognizing half its keywords.

This commit is contained in:
Greg Lehey 1999-05-11 03:55:35 +00:00
parent 762003080e
commit e0b8af469a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46960

View File

@ -121,6 +121,7 @@ struct _keywords keywords[] =
#ifndef KERNEL /* for vinum(8) only */
#ifdef VINUMDEBUG
keypair(debug),
#endif
#endif
keypair(attach),
keypair(detach),
@ -151,7 +152,6 @@ struct _keywords keywords[] =
keypair(getdaemon),
keypair(max),
keypair(resetstats)
#endif
};
struct keywordset keyword_set = KEYWORDSET(keywords);