summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d577713..1ce9b5e 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)
OpenPOWER on IntegriCloud