From 98e053154dd5de6b095236f53670cb51cfa85227 Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Wed, 13 Oct 2010 20:43:28 -0400 Subject: [PATCH] --- yaml --- r: 261629 b: refs/heads/master c: 275744cc8da0fd006e8f8fc1090f01dc0296810d h: refs/heads/master i: 261627: 5ba49af6683187249392ea5d40071f0be73c6e10 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/conf.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index ee55e72ef79c..f77c96c6d147 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8494453ad50599b0c9d099a230e423a89222ad08 +refs/heads/master: 275744cc8da0fd006e8f8fc1090f01dc0296810d diff --git a/trunk/scripts/kconfig/conf.c b/trunk/scripts/kconfig/conf.c index 08c05bcc82c9..6431f5c004d9 100644 --- a/trunk/scripts/kconfig/conf.c +++ b/trunk/scripts/kconfig/conf.c @@ -34,8 +34,6 @@ enum input_mode { oldnoconfig, } input_mode = oldaskconfig; -char *defconfig_file; - static int indent = 1; static int valid_stdin = 1; static int sync_kconfig; @@ -462,7 +460,7 @@ static struct option long_opts[] = { int main(int ac, char **av) { int opt; - const char *name; + const char *name, *defconfig_file = NULL /* gcc uninit */; struct stat tmpstat; setlocale(LC_ALL, "");