aboutsummaryrefslogtreecommitdiff
path: root/runit/runsvdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/runsvdir.c')
-rw-r--r--runit/runsvdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/runit/runsvdir.c b/runit/runsvdir.c
index 9495a2a4f..32526cf4c 100644
--- a/runit/runsvdir.c
+++ b/runit/runsvdir.c
@@ -75,8 +75,7 @@ struct globals {
75#define logpipe (G.logpipe ) 75#define logpipe (G.logpipe )
76#define pfd (G.pfd ) 76#define pfd (G.pfd )
77#define stamplog (G.stamplog ) 77#define stamplog (G.stamplog )
78#define INIT_G() do { \ 78#define INIT_G() do { } while (0)
79} while (0)
80 79
81static void fatal2_cannot(const char *m1, const char *m2) 80static void fatal2_cannot(const char *m1, const char *m2)
82{ 81{