[OpenBIOS] [PATCH] Replace name -> fil

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Wed Feb 5 00:36:23 CET 2014


On 01/02/14 20:54, Olivier Danet wrote:

> Because name does not exist !
>
> Signed-off-by: Olivier Danet <odanet at caramail.com>
> ===================================================================
> --- kernel/bootstrap.c (révision 1257)
> +++ kernel/bootstrap.c (copie de travail)
> @@ -513,7 +513,7 @@
> if (ret != NULL) {
>
> #ifdef CONFIG_DEBUG_INTERPRETER
> - printk("Including '%s'\n", name );
> + printk("Including '%s'\n", fil);
> #endif
> srcfilenames[cursrc] = strdup(fil);
> srclines [ cursrc ] = 1;
> ===================================================================

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>


ATB,

Mark.



More information about the OpenBIOS mailing list