Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/ibcs2 fix typo
details: https://anonhg.NetBSD.org/src/rev/3456c37939a7
branches: trunk
changeset: 327413:3456c37939a7
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 07 02:03:32 2014 +0000
description:
fix typo
diffstat:
sys/compat/ibcs2/ibcs2_mod.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9371e034ee18 -r 3456c37939a7 sys/compat/ibcs2/ibcs2_mod.c
--- a/sys/compat/ibcs2/ibcs2_mod.c Fri Mar 07 02:02:16 2014 +0000
+++ b/sys/compat/ibcs2/ibcs2_mod.c Fri Mar 07 02:03:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibcs2_mod.c,v 1.3 2014/03/07 01:33:43 christos Exp $ */
+/* $NetBSD: ibcs2_mod.c,v 1.4 2014/03/07 02:03:32 christos 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.3 2014/03/07 01:33:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibcs2_mod.c,v 1.4 2014/03/07 02:03:32 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -67,7 +67,7 @@
.es_hdrsz = sizeof (Elf32_Ehdr),
.es_makecmds = exec_elf32_makecmds,
.u = {
- .coff_probe_func = ibcs2_elf32_probe,
+ .ecoff_probe_func = ibcs2_elf32_probe,
},
.es_emul = &emul_ibcs2,
.es_prio = EXECSW_PRIO_ANY,
Home |
Main Index |
Thread Index |
Old Index