[BACK]Return to mbr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

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

Diff for /src/distrib/utils/sysinst/Attic/mbr.c between version 1.12 and 1.13

version 1.12, 1999/04/03 22:56:22 version 1.13, 1999/04/11 22:40:20
Line 234  edit_mbr(partition)
Line 234  edit_mbr(partition)
                 bsdpart = freebsdpart = -1;                  bsdpart = freebsdpart = -1;
                 activepart = -1;                  activepart = -1;
                 for (i = 0; i<4; i++)                  for (i = 0; i<4; i++)
                         if (part[i].mbrp_flag != 0)                          if (part[i].mbrp_flag != 0) {
                                 activepart = i;                                  activepart = i;
                                   part[i].mbrp_flag = 0;
                           }
                 do {                  do {
                         process_menu (MENU_editparttable);                          process_menu (MENU_editparttable);
                         numbsd = 0;                          numbsd = 0;
Line 303  edit_mbr(partition)
Line 305  edit_mbr(partition)
         /* Compute minimum NetBSD partition sizes (in sectors). */          /* Compute minimum NetBSD partition sizes (in sectors). */
         minfsdmb = (80 + 4*rammb) * (MEG / sectorsize);          minfsdmb = (80 + 4*rammb) * (MEG / sectorsize);
   
         if (usefull)  
           swapadj = bsec;  
   
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>