Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern No need to play silly name trickery when we know we...
details: https://anonhg.NetBSD.org/src/rev/5c745c4eebdb
branches: trunk
changeset: 499767:5c745c4eebdb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Nov 28 21:58:12 2000 +0000
description:
No need to play silly name trickery when we know we're talking about
64-bit ELF binaries.
diffstat:
sys/kern/exec_conf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f0d7943f9832 -r 5c745c4eebdb sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c Tue Nov 28 21:51:09 2000 +0000
+++ b/sys/kern/exec_conf.c Tue Nov 28 21:58:12 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_conf.c,v 1.47 2000/11/27 18:04:32 jdolecek Exp $ */
+/* $NetBSD: exec_conf.c,v 1.48 2000/11/28 21:58:12 thorpej Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -246,7 +246,7 @@
{ elf_probe_func: ELF64NAME2(linux,probe) },
&emul_linux, 0,
LINUX_ELF_AUX_ARGSIZ,
- LINUX_COPYARGS_FUNCTION, setregs }, /* Linux 64bit ELF bins */
+ linux_elf64_copyargs, setregs }, /* Linux 64bit ELF bins */
#endif
{ sizeof (Elf64_Ehdr), exec_elf64_makecmds, { NULL },
&emul_netbsd, 0,
Home |
Main Index |
Thread Index |
Old Index