aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.c2
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 */
#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