diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-11-11 10:09:07 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-11-11 10:09:07 -0800 |
| commit | d4f887d8534216811de65c4fd21a6268b0235847 (patch) | |
| tree | b9f006aa5aec2c6f93cda961d1bff9ef7b50fcdf /bb.c | |
| parent | 1bebad5edf1007b46a8769bdea68cac2c2a9a3e5 (diff) | |
Made running_procs static.
Diffstat (limited to 'bb.c')
| -rw-r--r-- | bb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; /* |
