Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/news68k Add a const.



details:   https://anonhg.NetBSD.org/src/rev/5beee149753d
branches:  trunk
changeset: 581555:5beee149753d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 14:48:24 2005 +0000

description:
Add a const.

diffstat:

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

diffs (27 lines):

diff -r 237aeb05a058 -r 5beee149753d sys/arch/news68k/news68k/trap.c
--- a/sys/arch/news68k/news68k/trap.c   Thu Jun 02 14:41:26 2005 +0000
+++ b/sys/arch/news68k/news68k/trap.c   Thu Jun 02 14:48:24 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.38 2004/09/04 13:43:11 tsutsui Exp $        */
+/*     $NetBSD: trap.c,v 1.39 2005/06/02 14:48:24 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.38 2004/09/04 13:43:11 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.39 2005/06/02 14:48:24 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_execfmt.h"
@@ -127,7 +127,7 @@
 
 int    astpending;
 
-char   *trap_type[] = {
+const char *trap_type[] = {
        "Bus error",
        "Address error",
        "Illegal instruction",



Home | Main Index | Thread Index | Old Index