summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-24 22:20:11 +0000
committerobrien <obrien@FreeBSD.org>2001-02-24 22:20:11 +0000
commit16ff3c2b54063851acd596584eefb8416181cd70 (patch)
treef3751e7d9ad2ce4dd03d6e0bd318a014e8ad054e /sys/compat/svr4
parentde4709b84943a61e51dc53cb77bc87c4a93cc97e (diff)
downloadFreeBSD-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/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_sysvec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c
index 05354d1..912cd2a 100644
--- a/sys/compat/svr4/svr4_sysvec.c
+++ b/sys/compat/svr4/svr4_sysvec.c
@@ -184,6 +184,7 @@ struct sysentvec svr4_sysvec = {
Elf32_Brandinfo svr4_brand = {
ELFOSABI_SOLARIS, /* XXX Or should we use ELFOSABI_SYSV here? */
+ "SVR4",
svr4_emul_path,
"/lib/libc.so.1",
&svr4_sysvec
OpenPOWER on IntegriCloud