--- src/sys/sys/elf64.h 2006/10/23 21:50:33 1.5 +++ src/sys/sys/elf64.h 2007/12/11 18:10:51 1.6 @@ -45,7 +45,9 @@ typedef u_int64_t Elf64_Addr; typedef u_int32_t Elf64_Half; typedef u_int64_t Elf64_Off; typedef int64_t Elf64_Sword; +typedef int64_t Elf64_Sxword; typedef u_int64_t Elf64_Word; +typedef u_int64_t Elf64_Xword; typedef u_int64_t Elf64_Size; typedef u_int16_t Elf64_Quarter; typedef Elf64_Half Elf64_Hashelt;