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

Diff for /src/usr.bin/systat/vmstat.c between version 1.6 and 1.7

version 1.6, 1997/07/29 04:47:13 version 1.7, 1997/07/29 04:51:43
Line 309 
Line 309 
   
         time(&now);          time(&now);
         strcpy(buf, ctime(&now));          strcpy(buf, ctime(&now));
 #if 0  
         buf[16] = '\0';  
 #endif  
         getinfo(&s, state);          getinfo(&s, state);
 }  }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7