aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fold
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-11-06 08:15:23 +0000
committerEd Schouten <ed@FreeBSD.org>2011-11-06 08:15:23 +0000
commit385c1d290c2dbd96b1f04a32455b984a53938c39 (patch)
treef9304a52b340e67b8c867ca71f7ae8c00a260f4c /usr.bin/fold
parentd2aa301d2e200cf8422ae48ff7e86d7996e64004 (diff)
Notes
Diffstat (limited to 'usr.bin/fold')
-rw-r--r--usr.bin/fold/fold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c
index d577713a322d..1ce9b5eb3a92 100644
--- a/usr.bin/fold/fold.c
+++ b/usr.bin/fold/fold.c
@@ -61,8 +61,8 @@ void fold(int);
static int newpos(int, wint_t);
static void usage(void);
-int bflag; /* Count bytes, not columns */
-int sflag; /* Split on word boundaries */
+static int bflag; /* Count bytes, not columns */
+static int sflag; /* Split on word boundaries */
int
main(int argc, char **argv)