diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-21 01:59:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-21 01:59:15 +0200 |
commit | 16714245f9a16ce3725aab079aea7b0d28c6b32f (patch) | |
tree | 41edbcd1c279b2baae2d5e5751639076e0a3bfad /runit | |
parent | 5c6ba6c56f9653488e1d805e727bb06c39ed23fa (diff) | |
download | busybox-w32-16714245f9a16ce3725aab079aea7b0d28c6b32f.tar.gz busybox-w32-16714245f9a16ce3725aab079aea7b0d28c6b32f.tar.bz2 busybox-w32-16714245f9a16ce3725aab079aea7b0d28c6b32f.zip |
add INIT_G()'s. No code changes.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit')
-rw-r--r-- | runit/runsvdir.c | 3 |
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 | ||
81 | static void fatal2_cannot(const char *m1, const char *m2) | 80 | static void fatal2_cannot(const char *m1, const char *m2) |
82 | { | 81 | { |