diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-01-21 00:39:01 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-01-21 00:39:01 +0000 |
| commit | 09c265ba75be1dde08bac5b387c3e9f5da416e05 (patch) | |
| tree | 058d8d0cfa22f8f1cc5066df1158accb9a453ca0 | |
| parent | cb4547a33372e4b7fae89c161aca828965d25b7b (diff) | |
Notes
| -rw-r--r-- | sys/dev/vinum/vinumparser.c | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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 }; |
