[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.11 and 1.12

version 1.11, 1999/01/21 08:02:18 version 1.12, 1999/03/31 00:44:48
Line 66  int scripting;   /* are we building a sc
Line 66  int scripting;   /* are we building a sc
 FILE *log;                      /* log file */  FILE *log;                      /* log file */
 FILE *script;                   /* script file */  FILE *script;                   /* script file */
   
   #ifdef DEBUG
   extern int log_flip __P((void));
   #endif
   
 int  int
 main(argc, argv)  main(argc, argv)
         int argc;          int argc;
Line 75  main(argc, argv)
Line 79  main(argc, argv)
         int ch;          int ch;
   
         logging = 0; /* shut them off unless turned on by the user */          logging = 0; /* shut them off unless turned on by the user */
   #ifdef DEBUG
           log_flip();
   #endif
         scripting = 0;          scripting = 0;
   
         /* Check for TERM ... */          /* Check for TERM ... */

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

CVSweb <webmaster@jp.NetBSD.org>