[BACK]Return to exec.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / stand / lib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/stand/lib/exec.c between version 1.59 and 1.59.4.1

version 1.59, 2014/04/06 19:18:00 version 1.59.4.1, 2016/07/09 20:24:52
Line 356  exec_netbsd(const char *file, physaddr_t
Line 356  exec_netbsd(const char *file, physaddr_t
                file ? file : "NULL", loadaddr);                 file ? file : "NULL", loadaddr);
 #endif  #endif
   
         BI_ALLOC(32); /* ??? */          BI_ALLOC(BTINFO_MAX);
   
         BI_ADD(&btinfo_console, BTINFO_CONSOLE, sizeof(struct btinfo_console));          BI_ADD(&btinfo_console, BTINFO_CONSOLE, sizeof(struct btinfo_console));
   
Line 411  exec_netbsd(const char *file, physaddr_t
Line 411  exec_netbsd(const char *file, physaddr_t
   
 out:  out:
         BI_FREE();          BI_FREE();
         bootinfo = 0;          bootinfo = NULL;
         return -1;          return -1;
 }  }
   

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.59.4.1

CVSweb <webmaster@jp.NetBSD.org>