Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Constify.



details:   https://anonhg.NetBSD.org/src/rev/1f10a3fb294e
branches:  trunk
changeset: 581691:1f10a3fb294e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 03 21:20:51 2005 +0000

description:
Constify.

diffstat:

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

diffs (27 lines):

diff -r 96f1530c37c3 -r 1f10a3fb294e sys/dev/ic/sunscpal.c
--- a/sys/dev/ic/sunscpal.c     Fri Jun 03 20:58:33 2005 +0000
+++ b/sys/dev/ic/sunscpal.c     Fri Jun 03 21:20:51 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunscpal.c,v 1.17 2005/02/27 00:27:02 perry Exp $      */
+/*     $NetBSD: sunscpal.c,v 1.18 2005/06/03 21:20:51 tsutsui Exp $    */
 
 /*
  * Copyright (c) 2001 Matthew Fredette
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.17 2005/02/27 00:27:02 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.18 2005/06/03 21:20:51 tsutsui Exp $");
 
 #include "opt_ddb.h"
 
@@ -163,7 +163,7 @@
 
 #endif /* SUNSCPAL_DEBUG */
 
-static char *
+static const char *
 phase_names[8] = {
        "DATA_OUT",
        "DATA_IN",



Home | Main Index | Thread Index | Old Index