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

Diff for /src/usr.bin/gprof/elf.c between version 1.5 and 1.6

version 1.5, 2015/08/20 22:32:41 version 1.6, 2017/10/29 08:45:53
Line 30 
Line 30 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/exec_elf.h>  
   
   #include <elf.h>
 #include <err.h>  #include <err.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <string.h>  #include <string.h>

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