diff options
Diffstat (limited to 'runit/runsv.c')
-rw-r--r-- | runit/runsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runsv.c b/runit/runsv.c index 48b83960d..5b221e90a 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -95,7 +95,7 @@ struct globals { | |||
95 | struct fd_pair logpipe; | 95 | struct fd_pair logpipe; |
96 | char *dir; | 96 | char *dir; |
97 | struct svdir svd[2]; | 97 | struct svdir svd[2]; |
98 | }; | 98 | } FIX_ALIASING; |
99 | #define G (*(struct globals*)&bb_common_bufsiz1) | 99 | #define G (*(struct globals*)&bb_common_bufsiz1) |
100 | #define haslog (G.haslog ) | 100 | #define haslog (G.haslog ) |
101 | #define sigterm (G.sigterm ) | 101 | #define sigterm (G.sigterm ) |