Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Add a const. Fixes part of PR kern/30403.



details:   https://anonhg.NetBSD.org/src/rev/662222544adb
branches:  trunk
changeset: 581544:662222544adb
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 14:03:20 2005 +0000

description:
Add a const. Fixes part of PR kern/30403.

diffstat:

 sys/dev/ic/ncr5380sbc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3a88ade66d31 -r 662222544adb sys/dev/ic/ncr5380sbc.c
--- a/sys/dev/ic/ncr5380sbc.c   Thu Jun 02 13:17:45 2005 +0000
+++ b/sys/dev/ic/ncr5380sbc.c   Thu Jun 02 14:03:20 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr5380sbc.c,v 1.55 2005/02/27 00:27:02 perry Exp $    */
+/*     $NetBSD: ncr5380sbc.c,v 1.56 2005/06/02 14:03:20 tsutsui Exp $  */
 
 /*
  * Copyright (c) 1995 David Jones, Gordon W. Ross
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.55 2005/02/27 00:27:02 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.56 2005/06/02 14:03:20 tsutsui Exp $");
 
 #include "opt_ddb.h"
 
@@ -157,7 +157,7 @@
 
 #endif /* NCR5380_DEBUG */
 
-static char *
+static const char *
 phase_names[8] = {
        "DATA_OUT",
        "DATA_IN",



Home | Main Index | Thread Index | Old Index