Commit 3d67e6da authored by Thierry Vignaud's avatar Thierry Vignaud Committed by Linus Torvalds

[PATCH] fix compiling oldconfig with gcc-3.5

fix compiling oldconfig with gcc-3.5:
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d86f6771
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment