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

Diff for /src/usr.bin/systat/engine.c between version 1.12 and 1.13

version 1.12, 2010/07/16 05:22:48 version 1.13, 2010/07/19 04:41:28
Line 200 
Line 200 
         curr_line = 0;          curr_line = 0;
 }  }
   
 void  
 rawaddstr(char *s)  
 {  
         if (rawmode)  
                 printf("%s", s);  
         else  
                 addstr(s);  
 }  
   
 /* field output functions */  /* field output functions */
   
 void  void

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