Cleanup of duplicated symbols -- found by compiling with

LDFLAGS += -Wl,-warn-common
This commit is contained in:
Eric Andersen
2000-11-07 06:52:13 +00:00
parent eb69ead091
commit 63a862272c
8 changed files with 72 additions and 102 deletions

View File

@ -69,7 +69,7 @@ static struct history *his_end = NULL; /* Last element in command line list */
#endif
/* Current termio and the previous termio before starting sh */
struct termios initial_settings, new_settings;
static struct termios initial_settings, new_settings;
#ifndef _POSIX_VDISABLE