aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-07 06:52:13 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-07 06:52:13 +0000
commit258c551ff22cc0da5b43fe60f39dd181c375955a (patch)
tree7540b55fa5eaf6f2c271a89017822c1626371a63 /util-linux
parentbae27f64d2fc13679626a7479adff20be73d8119 (diff)
downloadbusybox-w32-258c551ff22cc0da5b43fe60f39dd181c375955a.tar.gz
busybox-w32-258c551ff22cc0da5b43fe60f39dd181c375955a.tar.bz2
busybox-w32-258c551ff22cc0da5b43fe60f39dd181c375955a.zip
Cleanup of duplicated symbols -- found by compiling with
LDFLAGS += -Wl,-warn-common git-svn-id: svn://busybox.net/trunk/busybox@1292 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 f95cb48ad..ffc8206f2 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -49,7 +49,7 @@
49 49
50FILE *cin; 50FILE *cin;
51 51
52struct termios initial_settings, new_settings; 52static struct termios initial_settings, new_settings;
53 53
54void gotsig(int sig) 54void gotsig(int sig)
55{ 55{