Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Add const.



details:   https://anonhg.NetBSD.org/src/rev/b98d924ea3ce
branches:  trunk
changeset: 581613:b98d924ea3ce
user:      rjs <rjs%NetBSD.org@localhost>
date:      Fri Jun 03 11:15:44 2005 +0000

description:
Add const.

diffstat:

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

diffs (27 lines):

diff -r a13a80cb2ff8 -r b98d924ea3ce sys/arch/mac68k/mac68k/trap.c
--- a/sys/arch/mac68k/mac68k/trap.c     Fri Jun 03 11:15:25 2005 +0000
+++ b/sys/arch/mac68k/mac68k/trap.c     Fri Jun 03 11:15:44 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.113 2005/01/15 16:00:59 chs Exp $   */
+/*     $NetBSD: trap.c,v 1.114 2005/06/03 11:15:44 rjs Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.113 2005/01/15 16:00:59 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.114 2005/06/03 11:15:44 rjs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_execfmt.h"
@@ -125,7 +125,7 @@
 
 int    astpending;
 
-char   *trap_type[] = {
+const char     *trap_type[] = {
        "Bus error",
        "Address error",
        "Illegal instruction",



Home | Main Index | Thread Index | Old Index