mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Oops, I left a duplicate 'relocbase' declaration.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
This commit is contained in:
parent
9b8f137b2d
commit
31f1cfb7e9
1 changed files with 0 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type,
|
|||
elf_lookup_fn lookup)
|
||||
{
|
||||
const Elf_Rela *rela;
|
||||
Elf_Addr relocbase;
|
||||
Elf_Half *where32;
|
||||
Elf_Addr *where;
|
||||
Elf_Word rtype, symidx;
|
||||
|
|
|
|||
Loading…
Reference in a new issue