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

Diff for /src/usr.bin/top/utils.c between version 1.24 and 1.25

version 1.24, 2013/04/02 06:04:50 version 1.25, 2015/01/16 06:40:13
Line 32 
Line 32 
  *  This file contains various handy utilities used by top.   *  This file contains various handy utilities used by top.
  */   */
   
 #include <sys/param.h>  #include <sys/types.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <err.h>  #include <err.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdint.h>  #include <stdint.h>
   #include <limits.h>
   
 #include "top.h"  #include "top.h"
 #include "machine.h"  #include "machine.h"

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