Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/dev make ka_name const



details:   https://anonhg.NetBSD.org/src/rev/a3e7a36a4a18
branches:  trunk
changeset: 537592:a3e7a36a4a18
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Oct 02 20:21:01 2002 +0000

description:
make ka_name const

diffstat:

 sys/arch/news68k/dev/kbcvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 976b69ebeb46 -r a3e7a36a4a18 sys/arch/news68k/dev/kbcvar.h
--- a/sys/arch/news68k/dev/kbcvar.h     Wed Oct 02 20:13:48 2002 +0000
+++ b/sys/arch/news68k/dev/kbcvar.h     Wed Oct 02 20:21:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kbcvar.h,v 1.1 2001/01/25 14:33:29 tsutsui Exp $       */
+/*     $NetBSD: kbcvar.h,v 1.2 2002/10/02 20:21:01 jdolecek Exp $      */
 
 /*-
  * Copyright (C) 2001 Izumi Tsutsui.  All rights reserved.
@@ -29,7 +29,7 @@
 #define KBC_PRI 5
 
 struct kbc_attach_args {
-       char *ka_name;
+       const char *ka_name;
        bus_space_tag_t ka_bt;
        bus_space_handle_t ka_bh;
        int ka_ipl;



Home | Main Index | Thread Index | Old Index