Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4d032c79ed3f
branches:  trunk
changeset: 581577:4d032c79ed3f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 17:14:43 2005 +0000

description:
Add a const.

diffstat:

 sys/arch/hp300/dev/ite.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 71df4cd6fc3f -r 4d032c79ed3f sys/arch/hp300/dev/ite.c
--- a/sys/arch/hp300/dev/ite.c  Thu Jun 02 17:07:30 2005 +0000
+++ b/sys/arch/hp300/dev/ite.c  Thu Jun 02 17:14:43 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite.c,v 1.66 2005/02/19 16:31:49 tsutsui Exp $ */
+/*     $NetBSD: ite.c,v 1.67 2005/06/02 17:14:43 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -119,7 +119,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.66 2005/02/19 16:31:49 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.67 2005/06/02 17:14:43 tsutsui Exp $");
 
 #include "hil.h"
 
@@ -565,7 +565,8 @@
 {
        static int capsmode = 0;
        static int metamode = 0;
-       char code, *str;
+       char code;
+       const char *str;
        struct tty *kbd_tty;
 
        if (ite_cn.tty == NULL)



Home | Main Index | Thread Index | Old Index