diff options
Diffstat (limited to 'runit/chpst.c')
-rw-r--r-- | runit/chpst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index 0c26d83..1bc8e18 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -54,7 +54,7 @@ struct globals { long limitc; long limitr; long limitt; - int nicelvl; + int nicelvl; }; #define G (*(struct globals*)&bb_common_bufsiz1) #define set_user (G.set_user) |