[BACK]Return to main.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/main.c between version 1.12 and 1.12.2.1

version 1.12, 1999/03/31 00:44:48 version 1.12.2.1, 1999/04/19 15:19:27
Line 170  cleanup()
Line 170  cleanup()
   
         (void)time(&tloc);          (void)time(&tloc);
         unwind_mounts();          unwind_mounts();
         run_prog(0, 0, "/sbin/umount /mnt2");          run_prog(0, 0, NULL, "/sbin/umount /mnt2");
         endwin();          endwin();
         if (logging) {          if (logging) {
                 fprintf(log, "Log ended at: %s\n", asctime(localtime(&tloc)));                  fprintf(log, "Log ended at: %s\n", asctime(localtime(&tloc)));

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

CVSweb <webmaster@jp.NetBSD.org>