mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Style
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
7326e8589c
commit
31607861e2
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data,
|
|||
if (*where != addr)
|
||||
*where = addr;
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("kldload: unexpected relocation type %d, "
|
||||
"symbol index %d\n", rtype, symidx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue