Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261629
b: refs/heads/master
c: 275744c
h: refs/heads/master
i:
  261627: 5ba49af
v: v3
  • Loading branch information
Arnaud Lacombe committed Jul 2, 2011
1 parent ecbbf2f commit 98e0531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8494453ad50599b0c9d099a230e423a89222ad08
refs/heads/master: 275744cc8da0fd006e8f8fc1090f01dc0296810d
4 changes: 1 addition & 3 deletions trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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, "");
Expand Down

0 comments on commit 98e0531

Please sign in to comment.