aboutsummaryrefslogtreecommitdiff
path: root/runit/runsv.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/runsv.c')
-rw-r--r--runit/runsv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runit/runsv.c b/runit/runsv.c
index 4b18d12d5..8833f4c96 100644
--- a/runit/runsv.c
+++ b/runit/runsv.c
@@ -45,6 +45,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 45
46#include <sys/file.h> 46#include <sys/file.h>
47#include "libbb.h" 47#include "libbb.h"
48#include "common_bufsiz.h"
48#include "runit_lib.h" 49#include "runit_lib.h"
49 50
50#if ENABLE_MONOTONIC_SYSCALL 51#if ENABLE_MONOTONIC_SYSCALL
@@ -105,7 +106,7 @@ struct globals {
105 char *dir; 106 char *dir;
106 struct svdir svd[2]; 107 struct svdir svd[2];
107} FIX_ALIASING; 108} FIX_ALIASING;
108#define G (*(struct globals*)&bb_common_bufsiz1) 109#define G (*(struct globals*)bb_common_bufsiz1)
109#define haslog (G.haslog ) 110#define haslog (G.haslog )
110#define sigterm (G.sigterm ) 111#define sigterm (G.sigterm )
111#define pidchanged (G.pidchanged ) 112#define pidchanged (G.pidchanged )