From 247039a8f697f55a9a06827251fda4a3b3050ac8 Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Mon, 23 Aug 2010 12:01:24 -0400 Subject: [PATCH] --- yaml --- r: 220649 b: refs/heads/master c: c94d3fb01fb6db1899cdf53ea4eb9d38e08a08fe h: refs/heads/master i: 220647: 260516800efd7f0416b3f957d403c4cf447f5652 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a8d2730acaa9..7ca8de182492 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ba9568259f71bc848ac460bc616ce9640634693 +refs/heads/master: c94d3fb01fb6db1899cdf53ea4eb9d38e08a08fe diff --git a/trunk/scripts/kconfig/conf.c b/trunk/scripts/kconfig/conf.c index 4f0ed5b3a75e..4b3ad9b862b1 100644 --- a/trunk/scripts/kconfig/conf.c +++ b/trunk/scripts/kconfig/conf.c @@ -466,7 +466,7 @@ int main(int ac, char **av) bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); - while ((opt = getopt_long_only(ac, av, "", long_opts, NULL)) != -1) { + while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) { input_mode = (enum input_mode)opt; switch (opt) { case silentoldconfig: