Cleanup of duplicated symbols -- found by compiling with
LDFLAGS += -Wl,-warn-common
diff --git a/util-linux/more.c b/util-linux/more.c
index f95cb48..ffc8206 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -49,7 +49,7 @@
 
 FILE *cin;
 
-struct termios initial_settings, new_settings;
+static struct termios initial_settings, new_settings;
 
 void gotsig(int sig)
 {