mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add external declaration for wait flag, rather later than intended.
Complained-about-by: jkh Jim Bloom <bloom@acm.org> Michael Reifenberger <root@nihil.plaut.de>
This commit is contained in:
parent
90c26b0d2d
commit
f83b075baa
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue