> It's somewhat a side effect of using select and defaults, the order of the 
> config symbols becomes significant for oldconfig,

And the patch have a side effect or just buggy `diff -p` output :)

[]
> -static void conf_askvalue(struct symbol *sym, const char *def)
> +static int conf_askvalue(struct symbol *sym, const char *def)
>  {
>       enum symbol_type type = sym_get_type(sym);
>       tristate val;
> @@ -87,7 +87,7 @@ static void conf_askvalue(struct symbol 
                           ^ it's "int" already.

>               printf("%s\n", def);
>               line[0] = '\n';
>               line[1] = 0;
> -             return;
> +             return 0;
>       }
>  
>       switch (input_mode) {
> @@ -97,23 +97,23 @@ static void conf_askvalue(struct symbol 

Eeh, programmers...
____

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to