summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-04-09 00:05:46 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-04-09 00:05:46 +0000
commitbb75d97e13327f9f9a9720d199e74a5cc1493b82 (patch)
treee47a50f7e2a0efb593eada5244d262f2b3e31bd3
parent16b7e738de21b57b9066b9b5a022eef59b3b86ff (diff)
Notes
-rw-r--r--sys/boot/common/load_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c
index 95a437c0c7f6..81095bcf88fb 100644
--- a/sys/boot/common/load_elf.c
+++ b/sys/boot/common/load_elf.c
@@ -622,7 +622,7 @@ int
elf_lookup_symbol(struct preloaded_file *fp, elf_file_t ef, const char* name,
Elf_Sym *symp)
{
- unsigned long symnum;
+ Elf_Hashelt symnum;
Elf_Sym sym;
char *strp;
unsigned long hash;