Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Fix thinko.



details:   https://anonhg.NetBSD.org/src/rev/f67376b4920f
branches:  trunk
changeset: 327011:f67376b4920f
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 25 19:20:09 2014 +0000

description:
Fix thinko.

diffstat:

 sys/arch/arm/include/elf_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5deff84349ea -r f67376b4920f sys/arch/arm/include/elf_machdep.h
--- a/sys/arch/arm/include/elf_machdep.h        Tue Feb 25 18:38:34 2014 +0000
+++ b/sys/arch/arm/include/elf_machdep.h        Tue Feb 25 19:20:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elf_machdep.h,v 1.16 2014/02/24 23:54:09 matt Exp $    */
+/*     $NetBSD: elf_machdep.h,v 1.17 2014/02/25 19:20:09 matt Exp $    */
 
 #ifndef _ARM_ELF_MACHDEP_H_
 #define _ARM_ELF_MACHDEP_H_
@@ -147,7 +147,7 @@
 #ifdef _KERNEL
 #ifdef ELFSIZE
 #define        ELF_MD_PROBE_FUNC       ELFNAME2(arm_netbsd,probe)
-#define        ELF_MD_COREDUMP_FUNC    ELFNAME2(arm_netbsd,coredump_setup)
+#define        ELF_MD_COREDUMP_SETUP   ELFNAME2(arm_netbsd,coredump_setup)
 #endif
 
 struct exec_package;



Home | Main Index | Thread Index | Old Index