aboutsummaryrefslogtreecommitdiff
path: root/runit/runsv.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/runsv.c')
-rw-r--r--runit/runsv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runit/runsv.c b/runit/runsv.c
index 8833f4c96..e0e31508a 100644
--- a/runit/runsv.c
+++ b/runit/runsv.c
@@ -115,6 +115,7 @@ struct globals {
115#define dir (G.dir ) 115#define dir (G.dir )
116#define svd (G.svd ) 116#define svd (G.svd )
117#define INIT_G() do { \ 117#define INIT_G() do { \
118 setup_common_bufsiz(); \
118 pidchanged = 1; \ 119 pidchanged = 1; \
119} while (0) 120} while (0)
120 121