--- src/sys/sys/elf64.h 2007/12/11 18:10:51 1.6 +++ src/sys/sys/elf64.h 2007/12/12 23:29:20 1.7 @@ -42,11 +42,12 @@ */ typedef u_int64_t Elf64_Addr; -typedef u_int32_t Elf64_Half; +typedef u_int16_t Elf64_Half; typedef u_int64_t Elf64_Off; -typedef int64_t Elf64_Sword; +typedef int32_t Elf64_Sword; typedef int64_t Elf64_Sxword; -typedef u_int64_t Elf64_Word; +typedef u_int32_t Elf64_Word; +typedef u_int64_t Elf64_Lword; typedef u_int64_t Elf64_Xword; typedef u_int64_t Elf64_Size; typedef u_int16_t Elf64_Quarter;