From d4f887d8534216811de65c4fd21a6268b0235847 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 11 Nov 2019 10:09:07 -0800 Subject: [PATCH] Made running_procs static. --- bb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.c b/bb.c index 271bf7d..9307b3e 100644 --- a/bb.c +++ b/bb.c @@ -13,7 +13,7 @@ static struct termios orig_termios, bb_termios; static FILE *tty_out = NULL, *tty_in = NULL; static struct winsize winsize = {0}; static char *cmdfilename = NULL; -proc_t *running_procs = NULL; +static proc_t *running_procs = NULL; static int dirty = 1; /*