From 258c551ff22cc0da5b43fe60f39dd181c375955a Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 7 Nov 2000 06:52:13 +0000 Subject: Cleanup of duplicated symbols -- found by compiling with LDFLAGS += -Wl,-warn-common git-svn-id: svn://busybox.net/trunk/busybox@1292 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb