summaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorEric Andersen2000-11-07 06:52:13 +0000
committerEric Andersen2000-11-07 06:52:13 +0000
commit63a862272cc5c0cc8e15c8d95dfb9e8944eb944e (patch)
tree7540b55fa5eaf6f2c271a89017822c1626371a63 /util-linux
parenteb69ead09102ef9cb404a4b3e72b6615321b49e6 (diff)
downloadbusybox-63a862272cc5c0cc8e15c8d95dfb9e8944eb944e.zip
busybox-63a862272cc5c0cc8e15c8d95dfb9e8944eb944e.tar.gz
Cleanup of duplicated symbols -- found by compiling with
LDFLAGS += -Wl,-warn-common
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/more.c2
1 files changed, 1 insertions, 1 deletions
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)
{