summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_sysvec.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-23 02:42:39 +0000
committerpeter <peter@FreeBSD.org>2003-12-23 02:42:39 +0000
commit998b79089fba1b775a2a89f2c6d325d97dd21ead (patch)
tree1907b96bc90f9f9f4007eae1193fdfe639edb170 /sys/compat/svr4/svr4_sysvec.c
parent47e1d21299b39eba3b43f8b5986b655cadf52175 (diff)
downloadFreeBSD-src-998b79089fba1b775a2a89f2c6d325d97dd21ead.zip
FreeBSD-src-998b79089fba1b775a2a89f2c6d325d97dd21ead.tar.gz
Add an additional field to the elf brandinfo structure to support
quicker exec-time replacement of the elf interpreter on an emulation environment where an entire /compat/* tree isn't really warranted.
Diffstat (limited to 'sys/compat/svr4/svr4_sysvec.c')
-rw-r--r--sys/compat/svr4/svr4_sysvec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c
index 61efd49..e312d6a 100644
--- a/sys/compat/svr4/svr4_sysvec.c
+++ b/sys/compat/svr4/svr4_sysvec.c
@@ -199,7 +199,8 @@ Elf32_Brandinfo svr4_brand = {
"SVR4",
svr4_emul_path,
"/lib/libc.so.1",
- &svr4_sysvec
+ &svr4_sysvec,
+ NULL,
};
const char svr4_emul_path[] = "/compat/svr4";
OpenPOWER on IntegriCloud