diff options
| author | Boris Popov <bp@FreeBSD.org> | 2000-05-12 05:16:37 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2000-05-12 05:16:37 +0000 |
| commit | cf448cb2c9a44deb9ce0390f5d8052f6f1f9d8c2 (patch) | |
| tree | 5f817a70498cb6d6ef440297328cf07e6f5ca765 /sys/boot/common/load_elf.c | |
| parent | d5a2fca47758bdd1410919438dcf02c74e5238c3 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/load_elf.c')
| -rw-r--r-- | sys/boot/common/load_elf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index 239d431bc209..0adb50946caf 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -563,7 +563,8 @@ elf_parse_modmetadata(struct preloaded_file *fp, elf_file_t ef) { Elf_Sym sym; void **p, *v; char *s; - int entries, modcnt; + long entries; + int modcnt; if (elf_lookup_symbol(fp, ef, "modmetadata_set", &sym) != 0) return ENOENT; |
