From 3d67e6da30b49622350db2a5910d9e83eefc3219 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 22 Aug 2004 23:05:36 -0700 Subject: [PATCH] fix compiling oldconfig with gcc-3.5 fix compiling oldconfig with gcc-3.5: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- scripts/kconfig/mconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 6f8bf9904da984..367735b184a26c 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -88,7 +88,7 @@ static char *args[1024], **argptr = args; static int indent; static struct termios ios_org; static int rows = 0, cols = 0; -static struct menu *current_menu; +struct menu *current_menu; static int child_count; static int do_resize; static int single_menu_mode; -- cgit 1.2.3-korg