summaryrefslogtreecommitdiffstats
path: root/bin/sh/var.c
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-03-03 21:21:43 +0000
committerjilles <jilles@FreeBSD.org>2015-03-03 21:21:43 +0000
commitb5c07cff76dc0055eb236091bad7d5987f75f58d (patch)
tree07d2b58c53d3dba7f94541f25700fec50370d2e5 /bin/sh/var.c
parentd696383c0b0ac2aa018ac278851620c93c63ccc7 (diff)
downloadFreeBSD-src-b5c07cff76dc0055eb236091bad7d5987f75f58d.zip
FreeBSD-src-b5c07cff76dc0055eb236091bad7d5987f75f58d.tar.gz
sh: Fix more compiler warnings related to variable declarations.
Diffstat (limited to 'bin/sh/var.c')
-rw-r--r--bin/sh/var.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/var.c b/bin/sh/var.c
index 87d7b80..f60dea1 100644
--- a/bin/sh/var.c
+++ b/bin/sh/var.c
@@ -94,6 +94,7 @@ struct var vps4;
static struct var voptind;
struct var vdisvfork;
+struct localvar *localvars;
int forcelocal;
static const struct varinit varinit[] = {
OpenPOWER on IntegriCloud