aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
Diffstat (limited to 'runit')
-rw-r--r--runit/svlogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 09efdb695..7cae81cb2 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -234,7 +234,9 @@ struct globals {
234#define blocked_sigset (G.blocked_sigset) 234#define blocked_sigset (G.blocked_sigset)
235#define fl_flag_0 (G.fl_flag_0 ) 235#define fl_flag_0 (G.fl_flag_0 )
236#define dirn (G.dirn ) 236#define dirn (G.dirn )
237#define line bb_common_bufsiz1
237#define INIT_G() do { \ 238#define INIT_G() do { \
239 setup_common_bufsiz(); \
238 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ 240 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
239 linemax = 1000; \ 241 linemax = 1000; \
240 /*buflen = 1024;*/ \ 242 /*buflen = 1024;*/ \
@@ -242,8 +244,6 @@ struct globals {
242 replace = ""; \ 244 replace = ""; \
243} while (0) 245} while (0)
244 246
245#define line bb_common_bufsiz1
246
247 247
248#define FATAL "fatal: " 248#define FATAL "fatal: "
249#define WARNING "warning: " 249#define WARNING "warning: "