Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/include constify, should fix warning for ma...



details:   https://anonhg.NetBSD.org/src/rev/ecb68b846408
branches:  trunk
changeset: 537170:ecb68b846408
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Sep 27 20:06:44 2002 +0000

description:
constify, should fix warning for mainbus.c

diffstat:

 sys/arch/news68k/include/autoconf.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0a648efa3e6b -r ecb68b846408 sys/arch/news68k/include/autoconf.h
--- a/sys/arch/news68k/include/autoconf.h       Fri Sep 27 19:48:24 2002 +0000
+++ b/sys/arch/news68k/include/autoconf.h       Fri Sep 27 20:06:44 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.h,v 1.2 2000/02/08 16:17:33 tsutsui Exp $     */
+/*     $NetBSD: autoconf.h,v 1.3 2002/09/27 20:06:44 jdolecek Exp $    */
 
 /*-
  * Copyright (C) 2000 Izumi Tsutsui.  All rights reserved.
@@ -31,7 +31,7 @@
 #define cf_systype cf_loc[MAINBUSCF_SYSTYPE]
 
 struct mainbus_attach_args {
-       char    *ma_name;       /* name of bus */
-       int     ma_systype;     /* system type */
+       const char      *ma_name;       /* name of bus */
+       int             ma_systype;     /* system type */
 };
 



Home | Main Index | Thread Index | Old Index