diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-04-10 23:39:14 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-04-10 23:39:14 +0000 |
| commit | f83b075baa0cd30f4a67416c2dce237038bf24c8 (patch) | |
| tree | 35c5f603fa0fe9a33ebeea4dc6242c2ea7fde3dc /sbin | |
| parent | 90c26b0d2df20caa46bf8352c9a36cfb464da5cf (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/vinum/vext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index 0fd6c46217b0b..e6b365852d326 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -120,6 +120,7 @@ extern int verbose; /* set verbose operation */ extern int Verbose; /* very verbose operation */ extern int recurse; /* set recursion */ extern int stats; /* show statistics */ +extern int dowait; /* wait for children to exit */ /* Structures to read kernel data into */ extern struct _vinum_conf vinum_conf; /* configuration information */ |
