aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r--scripts/kconfig/mconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 98039bf721f6..457bec29511d 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -255,8 +255,8 @@ search_help[] = N_(
255 " USB$ => find all CONFIG_ symbols ending with USB\n" 255 " USB$ => find all CONFIG_ symbols ending with USB\n"
256 "\n"); 256 "\n");
257 257
258static signed char buf[4096], *bufptr = buf; 258static char buf[4096], *bufptr = buf;
259static signed char input_buf[4096]; 259static char input_buf[4096];
260static char filename[PATH_MAX+1] = ".config"; 260static char filename[PATH_MAX+1] = ".config";
261static char *args[1024], **argptr = args; 261static char *args[1024], **argptr = args;
262static int indent; 262static int indent;