Make cin be static
[oweals/busybox.git] / more.c
diff --git a/more.c b/more.c
index 538708caac1b9c9fa8c3a22e46ed8e8d351b271c..03cb3bc2bdc0e8d63ea84a075f92d338757afa67 100644 (file)
--- a/more.c
+++ b/more.c
@@ -47,7 +47,7 @@
 #              define getTermSettings(fd,argp) tcgetattr(fd, argp);
 #      endif
 
-FILE *cin;
+static FILE *cin;
 
 static struct termios initial_settings, new_settings;