summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
-rw-r--r--sys/compat/linux/linux_exec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c
index 821eaca947b..350c153bf0f 100644
--- a/sys/compat/linux/linux_exec.c
+++ b/sys/compat/linux/linux_exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_exec.c,v 1.16 2001/08/11 23:21:14 art Exp $ */
+/* $OpenBSD: linux_exec.c,v 1.17 2001/09/19 13:28:43 art Exp $ */
/* $NetBSD: linux_exec.c,v 1.13 1996/04/05 00:01:10 christos Exp $ */
/*
@@ -112,9 +112,9 @@ struct emul emul_linux_elf = {
NULL,
#endif
LINUX_ELF_AUX_ARGSIZ,
- elf_copyargs,
+ elf32_copyargs,
setregs,
- exec_elf_fixup,
+ exec_elf32_fixup,
linux_sigcode,
linux_esigcode,
};
@@ -387,7 +387,7 @@ linux_elf_probe(p, epp, itp, pos, os)
int error;
size_t len;
- brand = elf_check_brand(eh);
+ brand = elf32_check_brand(eh);
if (brand && strcmp(brand, "Linux"))
return (EINVAL);
if (itp[0]) {