aboutsummaryrefslogtreecommitdiff
path: root/runit/chpst.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/chpst.c')
-rw-r--r--runit/chpst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index 0c26d836e..1bc8e18a3 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -54,7 +54,7 @@ struct globals {
54 long limitc; 54 long limitc;
55 long limitr; 55 long limitr;
56 long limitt; 56 long limitt;
57 int nicelvl; 57 int nicelvl;
58}; 58};
59#define G (*(struct globals*)&bb_common_bufsiz1) 59#define G (*(struct globals*)&bb_common_bufsiz1)
60#define set_user (G.set_user) 60#define set_user (G.set_user)