Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/ibcs2 Redo previous.
details: https://anonhg.NetBSD.org/src/rev/9bee9b854490
branches: trunk
changeset: 327452:9bee9b854490
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Mar 08 01:51:58 2014 +0000
description:
Redo previous.
diffstat:
sys/compat/ibcs2/ibcs2_mod.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6bd573139aff -r 9bee9b854490 sys/compat/ibcs2/ibcs2_mod.c
--- a/sys/compat/ibcs2/ibcs2_mod.c Fri Mar 07 23:22:26 2014 +0000
+++ b/sys/compat/ibcs2/ibcs2_mod.c Sat Mar 08 01:51:58 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibcs2_mod.c,v 1.4 2014/03/07 02:03:32 christos Exp $ */
+/* $NetBSD: ibcs2_mod.c,v 1.5 2014/03/08 01:51:58 nakayama Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibcs2_mod.c,v 1.4 2014/03/07 02:03:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibcs2_mod.c,v 1.5 2014/03/08 01:51:58 nakayama Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -67,7 +67,7 @@
.es_hdrsz = sizeof (Elf32_Ehdr),
.es_makecmds = exec_elf32_makecmds,
.u = {
- .ecoff_probe_func = ibcs2_elf32_probe,
+ .elf_probe_func = ibcs2_elf32_probe,
},
.es_emul = &emul_ibcs2,
.es_prio = EXECSW_PRIO_ANY,
Home |
Main Index |
Thread Index |
Old Index