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

Diff for /src/usr.bin/systat/swap.c between version 1.25 and 1.26

version 1.25, 2014/11/23 04:34:48 version 1.26, 2015/01/16 00:03:38
Line 31 
Line 31 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  #include <sys/types.h>
   #include <sys/signal.h>
 #include <sys/conf.h>  #include <sys/conf.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26