aboutsummaryrefslogtreecommitdiff
path: root/runit/svlogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r--runit/svlogd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 960879513..64191281e 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -797,7 +797,8 @@ static void sig_term_handler(int sig_no UNUSED_PARAM)
797 797
798static void sig_child_handler(int sig_no UNUSED_PARAM) 798static void sig_child_handler(int sig_no UNUSED_PARAM)
799{ 799{
800 int pid, l; 800 pid_t pid;
801 int l;
801 802
802 if (verbose) 803 if (verbose)
803 bb_error_msg(INFO"sig%s received", "child"); 804 bb_error_msg(INFO"sig%s received", "child");