diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-24 22:20:11 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-24 22:20:11 +0000 |
commit | 16ff3c2b54063851acd596584eefb8416181cd70 (patch) | |
tree | f3751e7d9ad2ce4dd03d6e0bd318a014e8ad054e /sys/i386/linux/linux_sysvec.c | |
parent | de4709b84943a61e51dc53cb77bc87c4a93cc97e (diff) | |
download | FreeBSD-src-16ff3c2b54063851acd596584eefb8416181cd70.zip FreeBSD-src-16ff3c2b54063851acd596584eefb8416181cd70.tar.gz |
MFS: bring the consistent `compat_3_brand' support into -CURRENT
(the work was first done in the RELENG_4 branch near a release
during a MFC to make the code cleaner and more consistent)
Diffstat (limited to 'sys/i386/linux/linux_sysvec.c')
-rw-r--r-- | sys/i386/linux/linux_sysvec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 09b682f..0d0c6db 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -780,6 +780,7 @@ struct sysentvec elf_linux_sysvec = { static Elf32_Brandinfo linux_brand = { ELFOSABI_LINUX, + "Linux", "/compat/linux", "/lib/ld-linux.so.1", &elf_linux_sysvec @@ -787,6 +788,7 @@ static Elf32_Brandinfo linux_brand = { static Elf32_Brandinfo linux_glibc2brand = { ELFOSABI_LINUX, + "Linux", "/compat/linux", "/lib/ld-linux.so.2", &elf_linux_sysvec |