diff options
Diffstat (limited to 'bin/sh/exec.c')
| -rw-r--r-- | bin/sh/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 21f247f4557b..5a1997742364 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -599,7 +599,7 @@ deletefuncs(void) * entry. */ -struct tblentry **lastcmdentry; +STATIC struct tblentry **lastcmdentry; STATIC struct tblentry * |
