Made running_procs static.

This commit is contained in:
Bruce Hill 2019-11-11 10:09:07 -08:00
parent 1bebad5edf
commit d4f887d853

2
bb.c
View File

@ -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;
/*