summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-29 10:20:19 +0000
committerpeter <peter@FreeBSD.org>2001-10-29 10:20:19 +0000
commitd03e3b56fc7baac81ce865daf9fdfa258577174e (patch)
tree728fd1c256088adf93469631916e9dd7e6821698 /sys/ia64/include
parente6400f83f73ccfe6cae6dd0d8a5b3b4d160f5c40 (diff)
downloadFreeBSD-src-d03e3b56fc7baac81ce865daf9fdfa258577174e.zip
FreeBSD-src-d03e3b56fc7baac81ce865daf9fdfa258577174e.tar.gz
The size of the ELF hash table changed from 64 bits in the prototype
toolchains to 32 bits in 2.11.2. Obtained from: dfr
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/elf.h b/sys/ia64/include/elf.h
index 37f63c2..6dfd603 100644
--- a/sys/ia64/include/elf.h
+++ b/sys/ia64/include/elf.h
@@ -67,7 +67,7 @@ __ElfType(Auxinfo);
* typedef is required.
*/
-typedef Elf64_Off Elf64_Hashelt;
+typedef Elf64_Half Elf64_Hashelt;
__ElfType(Hashelt);
OpenPOWER on IntegriCloud