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

Diff for /src/usr.bin/elf2aout/Attic/elf2aout.c between version 1.4 and 1.5

version 1.4, 2003/11/27 10:31:52 version 1.5, 2004/03/16 01:11:09
Line 35 
Line 35 
 #include <machine/elf_abi.h>  #include <machine/elf_abi.h>
 #include <stdio.h>  #include <stdio.h>
 #include <a.out.h>  #include <a.out.h>
 #include <sys/errno.h>  #include <errno.h>
 #include <string.h>  #include <string.h>
 #include <limits.h>  #include <limits.h>
   
Line 51 
Line 51 
 char           *saveRead(int file, off_t offset, off_t len, char *name);  char           *saveRead(int file, off_t offset, off_t len, char *name);
 int             copy(int, int, off_t, off_t);  int             copy(int, int, off_t, off_t);
 int             translate_syms(int, int, off_t, off_t, off_t, off_t);  int             translate_syms(int, int, off_t, off_t, off_t, off_t);
 extern int      errno;  
 int            *symTypeTable;  int            *symTypeTable;
   
 /* Symbol table entry... */  /* Symbol table entry... */

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