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:
Greg Lehey 1999-04-10 23:39:14 +00:00
parent 90c26b0d2d
commit f83b075baa

View file

@ -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 */