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

Diff for /src/usr.bin/systat/iostat.c between version 1.44 and 1.45

version 1.44, 2014/11/23 04:34:48 version 1.45, 2015/01/16 00:03:37
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  #include <sys/types.h>
 #include <sys/mount.h>  #include <sys/mount.h>
   #include <sys/signal.h>
 #include <sys/sched.h>  #include <sys/sched.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/time.h>  #include <sys/time.h>

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45