git: 31607861e2ea - main - Style
Konstantin Belousov
kib at FreeBSD.org
Sat Aug 28 20:39:23 UTC 2021
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=31607861e2ea3adae26a4ce3f6fbd61dfbc37894
commit 31607861e2ea3adae26a4ce3f6fbd61dfbc37894
Author: Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-08-27 14:28:19 +0000
Commit: Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-08-28 20:39:16 +0000
Style
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
---
sys/i386/i386/elf_machdep.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c
index 3754b36d9e33..5d472e4db4a2 100644
--- a/sys/i386/i386/elf_machdep.c
+++ b/sys/i386/i386/elf_machdep.c
@@ -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);
More information about the dev-commits-src-all
mailing list