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

Diff for /src/usr.bin/nm/elf.c between version 1.23 and 1.24

version 1.23, 2013/11/26 13:19:07 version 1.24, 2015/01/16 06:40:10
Line 26 
Line 26 
  * THE POSSIBILITY OF SUCH DAMAGE.   * THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <unistd.h>  #include <unistd.h>
 #include <a.out.h>  #include <a.out.h>
Line 36 
Line 35 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <limits.h>
 #include <ctype.h>  #include <ctype.h>
 #include "elfuncs.h"  #include "elfuncs.h"
 #include "util.h"  #include "util.h"

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