[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.11 and 1.12

version 1.11, 2004/10/10 16:41:18 version 1.12, 2004/10/11 04:50:47
Line 26 
Line 26 
  * THE POSSIBILITY OF SUCH DAMAGE.   * THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #ifndef lint
   static const char rcsid[] = "$OpenBSD$";
   #endif /* not lint */
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <unistd.h>  #include <unistd.h>

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