From 5907b0aabc816287db5c7f2b1ec8d8bfce4d9c28 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 03 Sep 2005 00:56:25 +0000 Subject: fix for gcc4 --- (limited to 'scripts') diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index b9cf25f..0967471 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -88,7 +88,7 @@ static char *args[1024], **argptr = args; static int indent = 0; static struct termios ios_org; static int rows, cols; -static struct menu *current_menu; +struct menu *current_menu; static int child_count; static int do_resize; static int single_menu_mode; -- cgit v0.9.0.2