[BACK]Return to disks.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/disks.c between version 1.33 and 1.34

version 1.33, 2000/10/11 23:47:55 version 1.34, 2000/10/31 10:41:43
Line 436  do_fsck(const char *diskpart)
Line 436  do_fsck(const char *diskpart)
                 msg_display(MSG_upgrinode, raw);                  msg_display(MSG_upgrinode, raw);
                 process_menu(MENU_yesno);                  process_menu(MENU_yesno);
                 if (yesno)                  if (yesno)
                         upgr = "-c ";                          upgr = "-c 2";
         }          }
   
         /*endwin();*/          /*endwin();*/

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>