Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k Oops, omitted the rename from last.



details:   https://anonhg.NetBSD.org/src/rev/a5ec9ae0e0c3
branches:  trunk
changeset: 486703:a5ec9ae0e0c3
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sat May 27 16:44:41 2000 +0000

description:
Oops, omitted the rename from last.
Function in this file is db_stack_trace_print(),
not db_stack_trace_cmd().

diffstat:

 sys/arch/m68k/m68k/db_trace.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 156afcd10037 -r a5ec9ae0e0c3 sys/arch/m68k/m68k/db_trace.c
--- a/sys/arch/m68k/m68k/db_trace.c     Sat May 27 16:44:14 2000 +0000
+++ b/sys/arch/m68k/m68k/db_trace.c     Sat May 27 16:44:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_trace.c,v 1.27 2000/05/26 03:34:27 jhawk Exp $      */
+/*     $NetBSD: db_trace.c,v 1.28 2000/05/27 16:44:41 jhawk Exp $      */
 
 /* 
  * Mach Operating System
@@ -472,7 +472,7 @@
  *     Frame tracing.
  */
 void
-db_stack_trace_cmd(addr, have_addr, count, modif, pr)
+db_stack_trace_print(addr, have_addr, count, modif, pr)
        db_expr_t       addr;
        int             have_addr;
        db_expr_t       count;



Home | Main Index | Thread Index | Old Index