[BACK]Return to log.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tip

Diff for /src/usr.bin/tip/Attic/log.c between version 1.11 and 1.12

version 1.11, 2010/06/29 16:41:56 version 1.12, 2010/06/29 16:44:38
Line 32 
Line 32 
   
 #include "tip.h"  #include "tip.h"
   
 #ifdef ACULOG  
 static  FILE *flog = NULL;  static  FILE *flog = NULL;
   
 /*  /*
Line 74 
Line 73 
         if (flog == NULL)          if (flog == NULL)
                 fprintf(stderr, "can't open log file %s.\r\n", value(LOG));                  fprintf(stderr, "can't open log file %s.\r\n", value(LOG));
 }  }
 #endif  

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