diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-07 06:52:13 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-07 06:52:13 +0000 |
commit | 258c551ff22cc0da5b43fe60f39dd181c375955a (patch) | |
tree | 7540b55fa5eaf6f2c271a89017822c1626371a63 /util-linux | |
parent | bae27f64d2fc13679626a7479adff20be73d8119 (diff) | |
download | busybox-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.c | 2 |
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 | ||
50 | FILE *cin; | 50 | FILE *cin; |
51 | 51 | ||
52 | struct termios initial_settings, new_settings; | 52 | static struct termios initial_settings, new_settings; |
53 | 53 | ||
54 | void gotsig(int sig) | 54 | void gotsig(int sig) |
55 | { | 55 | { |