diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-07 06:52:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-07 06:52:13 +0000 |
commit | 63a862272cc5c0cc8e15c8d95dfb9e8944eb944e (patch) | |
tree | 7540b55fa5eaf6f2c271a89017822c1626371a63 /shell | |
parent | eb69ead09102ef9cb404a4b3e72b6615321b49e6 (diff) | |
download | busybox-w32-63a862272cc5c0cc8e15c8d95dfb9e8944eb944e.tar.gz busybox-w32-63a862272cc5c0cc8e15c8d95dfb9e8944eb944e.tar.bz2 busybox-w32-63a862272cc5c0cc8e15c8d95dfb9e8944eb944e.zip |
Cleanup of duplicated symbols -- found by compiling with
LDFLAGS += -Wl,-warn-common
Diffstat (limited to 'shell')
-rw-r--r-- | shell/cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index a59aeebb7..8115e5259 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -69,7 +69,7 @@ static struct history *his_end = NULL; /* Last element in command line list */ | |||
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | /* Current termio and the previous termio before starting sh */ | 71 | /* Current termio and the previous termio before starting sh */ |
72 | struct termios initial_settings, new_settings; | 72 | static struct termios initial_settings, new_settings; |
73 | 73 | ||
74 | 74 | ||
75 | #ifndef _POSIX_VDISABLE | 75 | #ifndef _POSIX_VDISABLE |