summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumparser.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-01-21 00:39:01 +0000
committergrog <grog@FreeBSD.org>1999-01-21 00:39:01 +0000
commit164b2c9536c3d5d1e17d97a058fc01f8ce16c25b (patch)
treec99355197966cafa8568d0473ecead3be4c9c04c /sys/dev/vinum/vinumparser.c
parent58a966e894fed7d0b8ec1a44bfd59f5d841192ae (diff)
downloadFreeBSD-src-164b2c9536c3d5d1e17d97a058fc01f8ce16c25b.zip
FreeBSD-src-164b2c9536c3d5d1e17d97a058fc01f8ce16c25b.tar.gz
Add keywords help, makedev, quit and setdaemon
Diffstat (limited to 'sys/dev/vinum/vinumparser.c')
-rw-r--r--sys/dev/vinum/vinumparser.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c
index 6c63ac7..7812f64 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: parser.c,v 1.3 1998/12/28 04:56:23 peter Exp $
+ * $Id: vinumparser.c,v 1.14 1999/01/18 03:30:07 grog Exp grog $
*/
/* This file contains the parser for the configuration routines. It's used
@@ -60,6 +60,7 @@
#ifdef KERNEL
#undef KERNEL /* XXX */
#define REALLYKERNEL
+#include "opt_vinum.h"
#else
#include <ctype.h>
#include <errno.h>
@@ -144,6 +145,11 @@ struct _keywords keywords[] =
keypair(resetconfig),
keypair(start),
keypair(stop),
+ keypair(makedev),
+ keypair(help),
+ keypair(quit),
+ keypair(setdaemon),
+ keypair(getdaemon),
keypair(resetstats)
#endif
};
OpenPOWER on IntegriCloud