summaryrefslogtreecommitdiffstats
path: root/sys/compat/ia32
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-03-21 01:22:24 +0000
committerpeter <peter@FreeBSD.org>2004-03-21 01:22:24 +0000
commit79f9f60bdab5e05ad5a99d6a6e29cdff16f57d54 (patch)
treede07125375af69d908966f6eda2b33d0449b08d5 /sys/compat/ia32
parentccd389b7a3813a60939dfe53407367fc91ef3df8 (diff)
downloadFreeBSD-src-79f9f60bdab5e05ad5a99d6a6e29cdff16f57d54.zip
FreeBSD-src-79f9f60bdab5e05ad5a99d6a6e29cdff16f57d54.tar.gz
Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.
Diffstat (limited to 'sys/compat/ia32')
-rw-r--r--sys/compat/ia32/ia32_sysvec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ia32/ia32_sysvec.c b/sys/compat/ia32/ia32_sysvec.c
index 2210cec..16aae33 100644
--- a/sys/compat/ia32/ia32_sysvec.c
+++ b/sys/compat/ia32/ia32_sysvec.c
@@ -136,7 +136,7 @@ static Elf32_Brandinfo ia32_brand_info = {
NULL,
"/libexec/ld-elf.so.1",
&ia32_freebsd_sysvec,
- "/libexec/ld-elf-32.so.1",
+ "/libexec/ld-elf32.so.1",
};
SYSINIT(ia32, SI_SUB_EXEC, SI_ORDER_ANY,
@@ -150,7 +150,7 @@ static Elf32_Brandinfo ia32_brand_oinfo = {
NULL,
"/usr/libexec/ld-elf.so.1",
&ia32_freebsd_sysvec,
- "/usr/libexec/ld-elf-32.so.1",
+ "/usr/libexec/ld-elf32.so.1",
};
SYSINIT(oia32, SI_SUB_EXEC, SI_ORDER_ANY,
OpenPOWER on IntegriCloud