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/f9169b6b5d4f
branches:  trunk
changeset: 581568:f9169b6b5d4f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 15:55:49 2005 +0000

description:
Add a const.

diffstat:

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

diffs (18 lines):

diff -r e40cab9c7939 -r f9169b6b5d4f sys/arch/hp300/dev/intiovar.h
--- a/sys/arch/hp300/dev/intiovar.h     Thu Jun 02 15:48:11 2005 +0000
+++ b/sys/arch/hp300/dev/intiovar.h     Thu Jun 02 15:55:49 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intiovar.h,v 1.7 2005/01/02 12:03:12 tsutsui Exp $     */
+/*     $NetBSD: intiovar.h,v 1.8 2005/06/02 15:55:49 tsutsui Exp $     */
 
 /*-
  * Copyright (c) 1996, 1998, 2001 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
 };
 
 struct intio_builtins {
-       char *ib_modname;                       /* module name */
+       const char *ib_modname;                 /* module name */
        bus_size_t ib_offset;                   /* intio offset */
        int ib_ipl;                             /* interrupt priority level */
 };



Home | Main Index | Thread Index | Old Index