mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sync with i386:
MFS: bring the consistent `compat_3_brand' support This should fix the linux-related panics reported by naddy@mips.inka.de (Christian Weisgerber) Forgotten by: obrien
This commit is contained in:
parent
415dc6874f
commit
d905e2f482
1 changed files with 2 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ struct sysentvec elf_linux_sysvec = {
|
|||
|
||||
static Elf64_Brandinfo linux_brand = {
|
||||
ELFOSABI_LINUX,
|
||||
"Linux",
|
||||
"/compat/linux",
|
||||
"/lib/ld-linux.so.1",
|
||||
&elf_linux_sysvec
|
||||
|
|
@ -196,6 +197,7 @@ static Elf64_Brandinfo linux_brand = {
|
|||
|
||||
static Elf64_Brandinfo linux_glibc2brand = {
|
||||
ELFOSABI_LINUX,
|
||||
"Linux",
|
||||
"/compat/linux",
|
||||
"/lib/ld-linux.so.2",
|
||||
&elf_linux_sysvec
|
||||
|
|
|
|||
Loading…
Reference in a new issue