From 33d3876a9f77f4a2b4a2890081a548dd6a1ea204 Mon Sep 17 00:00:00 2001 From: nakayama Date: Sat, 8 Mar 2014 01:51:58 +0000 Subject: [PATCH] Redo previous. --- sys/compat/ibcs2/ibcs2_mod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/compat/ibcs2/ibcs2_mod.c b/sys/compat/ibcs2/ibcs2_mod.c index fc73ff1e27de..8be7f4491e11 100644 --- a/sys/compat/ibcs2/ibcs2_mod.c +++ b/sys/compat/ibcs2/ibcs2_mod.c @@ -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 -__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 @@ static struct execsw ibcs2_execsw[] = { .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,