[BACK]Return to md.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / sysinst / arch / i386

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

Diff for /src/usr.sbin/sysinst/arch/i386/md.c between version 1.6.8.2 and 1.6.8.3

version 1.6.8.2, 2018/06/05 08:12:54 version 1.6.8.3, 2018/06/09 15:19:27
Line 251  md_check_partitions(void)
Line 251  md_check_partitions(void)
         free(bootxx);          free(bootxx);
         if (rval == 0)          if (rval == 0)
                 return 1;                  return 1;
         process_menu(MENU_ok, deconst(MSG_No_Bootcode));          process_menu(MENU_ok, __UNCONST(MSG_No_Bootcode));
         return 0;          return 0;
 }  }
   
Line 380  md_post_newfs(void)
Line 380  md_post_newfs(void)
   
         if (ret != 0)          if (ret != 0)
                 process_menu(MENU_ok,                  process_menu(MENU_ok,
                     deconst("Warning: disk is probably not bootable"));                      __UNCONST("Warning: disk is probably not bootable"));
   
         return ret;          return ret;
 }  }

Legend:
Removed from v.1.6.8.2  
changed lines
  Added in v.1.6.8.3

CVSweb <webmaster@jp.NetBSD.org>