From 09c265ba75be1dde08bac5b387c3e9f5da416e05 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 21 Jan 1999 00:39:01 +0000 Subject: [PATCH] Add keywords help, makedev, quit and setdaemon --- sys/dev/vinum/vinumparser.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 6c63ac721b7f..7812f64bbd8b 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 #include @@ -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 };