Cleanup of duplicated symbols -- found by compiling with
LDFLAGS += -Wl,-warn-common
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user