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

Diff for /src/usr.bin/ctfdump/ctfdump.c between version 1.11 and 1.12

version 1.11, 2017/10/16 12:58:57 version 1.12, 2017/10/27 08:33:46
Line 18 
Line 18 
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/exec_elf.h>  
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/ctf.h>  #include <sys/ctf.h>
   
   #include <elf.h>
 #include <err.h>  #include <err.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <locale.h>  #include <locale.h>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12