[BACK]Return to install.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/install.c between version 1.38 and 1.38.2.1

version 1.38, 2003/09/27 10:47:17 version 1.38.2.1, 2004/05/22 16:23:40
Line 124  do_install(void)
Line 124  do_install(void)
         wrefresh(stdscr);          wrefresh(stdscr);
   
         /* Unpack the distribution. */          /* Unpack the distribution. */
         if (get_and_unpack_sets(MSG_extractcomplete, MSG_abortinst) != 0)          if (get_and_unpack_sets(0, MSG_extractcomplete, MSG_abortinst) != 0)
                 return;                  return;
   
         set_timezone();          set_timezone();

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.38.2.1

CVSweb <webmaster@jp.NetBSD.org>