[OpenBIOS] [PATCH] Replace name -> fil

Olivier Danet odanet at caramail.com
Sat Feb 1 21:54:40 CET 2014


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;
===================================================================




More information about the OpenBIOS mailing list