From 63a862272cc5c0cc8e15c8d95dfb9e8944eb944e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Nov 2000 06:52:13 +0000 Subject: Cleanup of duplicated symbols -- found by compiling with LDFLAGS += -Wl,-warn-common --- shell/cmdedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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 -- cgit v1.2.3