diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-27 06:19:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-27 06:19:16 +0000 |
commit | ab9c9b1298c04c3c57c248a2fbd6a831c5a65fc3 (patch) | |
tree | 6887509fb59e8cbcd9e4b6ec34af2385d4dda503 | |
parent | 2690a4ab58743b40f3afb942c76d83ac5f63ed2c (diff) | |
download | mtk-20170518-ab9c9b1298c04c3c57c248a2fbd6a831c5a65fc3.zip mtk-20170518-ab9c9b1298c04c3c57c248a2fbd6a831c5a65fc3.tar.gz mtk-20170518-ab9c9b1298c04c3c57c248a2fbd6a831c5a65fc3.tar.bz2 |
fix menuconfig on fedora x86_64
SVN-Revision: 1083
-rw-r--r-- | openwrt/package/config/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/config/mconf.c b/openwrt/package/config/mconf.c index 22ba1f3..00580bd 100644 --- a/openwrt/package/config/mconf.c +++ b/openwrt/package/config/mconf.c @@ -101,7 +101,7 @@ static char filename[PATH_MAX+1] = ".config"; 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 single_menu_mode; |