Loading scripts/kconfig/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
scripts/kconfig/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading