]> err.no Git - linux-2.6/blobdiff - scripts/kconfig/mconf.c
[PATCH] Fix function/macro name collision on i386 oprofile
[linux-2.6] / scripts / kconfig / mconf.c
index e5db10ca956420f8a3ba8159597f3c537ef963f5..457bec29511dfb60d47428d9a18029353aef92e1 100644 (file)
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <termios.h>
 #include <unistd.h>
+#include <locale.h>
 
 #define LKC_DIRECT_LINK
 #include "lkc.h"
@@ -254,8 +255,8 @@ search_help[] = N_(
        "          USB$ => find all CONFIG_ symbols ending with USB\n"
        "\n");
 
-static signed char buf[4096], *bufptr = buf;
-static signed char input_buf[4096];
+static char buf[4096], *bufptr = buf;
+static char input_buf[4096];
 static char filename[PATH_MAX+1] = ".config";
 static char *args[1024], **argptr = args;
 static int indent;