From: Thierry Vignaud <tvignaud@mandrakesoft.com>

fix compiling oldconfig with gcc-3.5:

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/scripts/kconfig/mconf.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN scripts/kconfig/mconf.c~fix-compiling-oldconfig-with-gcc-35 scripts/kconfig/mconf.c
--- 25/scripts/kconfig/mconf.c~fix-compiling-oldconfig-with-gcc-35	Wed Aug  4 15:24:18 2004
+++ 25-akpm/scripts/kconfig/mconf.c	Wed Aug  4 15:24:18 2004
@@ -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;
_