From f83b075baa0cd30f4a67416c2dce237038bf24c8 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sat, 10 Apr 1999 23:39:14 +0000 Subject: [PATCH] Add external declaration for wait flag, rather later than intended. Complained-about-by: jkh Jim Bloom Michael Reifenberger --- sbin/vinum/vext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index 0fd6c46217b..e6b365852d3 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 */