summaryrefslogtreecommitdiffstats
path: root/usr.bin/unexpand
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-06 08:18:05 +0000
committered <ed@FreeBSD.org>2011-11-06 08:18:05 +0000
commit9cc47b87a71806b7ddf53b9c64b07ee113b56929 (patch)
tree2e0ebf84a97de56881ff3d3c12f6782f94eb9deb /usr.bin/unexpand
parentd77d58cdda56647c0e72ad202c7adcd914f8c2e4 (diff)
downloadFreeBSD-src-9cc47b87a71806b7ddf53b9c64b07ee113b56929.zip
FreeBSD-src-9cc47b87a71806b7ddf53b9c64b07ee113b56929.tar.gz
Add missing static keywords to unexpand(1)
Diffstat (limited to 'usr.bin/unexpand')
-rw-r--r--usr.bin/unexpand/unexpand.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index 828ab10..1ef5db1 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -55,9 +55,9 @@ static const char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93";
#include <wchar.h>
#include <wctype.h>
-int all;
-int nstops;
-int tabstops[100];
+static int all;
+static int nstops;
+static int tabstops[100];
static void getstops(const char *);
static void usage(void);
OpenPOWER on IntegriCloud