diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-04-09 00:05:46 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-04-09 00:05:46 +0000 |
| commit | bb75d97e13327f9f9a9720d199e74a5cc1493b82 (patch) | |
| tree | e47a50f7e2a0efb593eada5244d262f2b3e31bd3 | |
| parent | 16b7e738de21b57b9066b9b5a022eef59b3b86ff (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/load_elf.c | 2 |
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; |
