diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-26 17:19:40 -0400 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-26 17:19:40 -0400 |
| commit | 2a322e4c08be4e7cb0c04b427ddaaa679fd88863 (patch) | |
| tree | ad8cc17bfd3b5e57e36f07a249028667d72f0b96 /scripts/kconfig/mconf.c | |
| parent | ba6d2377c85c9b8a793f455d8c9b6cf31985d70f (diff) | |
| parent | 8678887e7fb43cd6c9be6c9807b05e77848e0920 (diff) | |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'scripts/kconfig/mconf.c')
| -rw-r--r-- | scripts/kconfig/mconf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index e5db10ca9564..457bec29511d 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #include <string.h> | 20 | #include <string.h> |
| 21 | #include <termios.h> | 21 | #include <termios.h> |
| 22 | #include <unistd.h> | 22 | #include <unistd.h> |
| 23 | #include <locale.h> | ||
| 23 | 24 | ||
| 24 | #define LKC_DIRECT_LINK | 25 | #define LKC_DIRECT_LINK |
| 25 | #include "lkc.h" | 26 | #include "lkc.h" |
| @@ -254,8 +255,8 @@ search_help[] = N_( | |||
| 254 | " USB$ => find all CONFIG_ symbols ending with USB\n" | 255 | " USB$ => find all CONFIG_ symbols ending with USB\n" |
| 255 | "\n"); | 256 | "\n"); |
| 256 | 257 | ||
| 257 | static signed char buf[4096], *bufptr = buf; | 258 | static char buf[4096], *bufptr = buf; |
| 258 | static signed char input_buf[4096]; | 259 | static char input_buf[4096]; |
| 259 | static char filename[PATH_MAX+1] = ".config"; | 260 | static char filename[PATH_MAX+1] = ".config"; |
| 260 | static char *args[1024], **argptr = args; | 261 | static char *args[1024], **argptr = args; |
| 261 | static int indent; | 262 | static int indent; |
