Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/mvme68k Delete an extraneous underscore in ...



details:   https://anonhg.NetBSD.org/src/rev/05aa941bd601
branches:  trunk
changeset: 499867:05aa941bd601
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Nov 30 23:47:45 2000 +0000

description:
Delete an extraneous underscore in the last commit.

diffstat:

 sys/arch/mvme68k/mvme68k/trap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 018d1b353931 -r 05aa941bd601 sys/arch/mvme68k/mvme68k/trap.c
--- a/sys/arch/mvme68k/mvme68k/trap.c   Thu Nov 30 23:21:39 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/trap.c   Thu Nov 30 23:47:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.48 2000/11/30 21:29:11 scw Exp $    */
+/*     $NetBSD: trap.c,v 1.49 2000/11/30 23:47:45 scw Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -94,7 +94,7 @@
 #endif
 
 #ifdef COMPAT_AOUT_M68K
-extern struct emul emul_netbsd_aout_m68k;
+extern struct emul emul_netbsd_aoutm68k;
 #endif
 
 int    writeback __P((struct frame *fp, int docachepush));
@@ -1076,7 +1076,7 @@
                 */
                if (callp == sysent     /* Native */
 #ifdef COMPAT_AOUT_M68K
-                   || (p->p_emul == &emul_netbsd_aout_m68k)    /* m68k a.out */
+                   || (p->p_emul == &emul_netbsd_aoutm68k)     /* m68k a.out */
 #endif
                    ) {
                        code = fuword(params + _QUAD_LOWWORD * sizeof(int));



Home | Main Index | Thread Index | Old Index