diff --git a/sys/arch/dreamcast/dev/g2/aica.c b/sys/arch/dreamcast/dev/g2/aica.c index 1f17dd2b6b50..9d9ca5a270ac 100644 --- a/sys/arch/dreamcast/dev/g2/aica.c +++ b/sys/arch/dreamcast/dev/g2/aica.c @@ -1,4 +1,4 @@ -/* $NetBSD: aica.c,v 1.8 2005/02/19 15:37:34 tsutsui Exp $ */ +/* $NetBSD: aica.c,v 1.9 2005/06/02 18:06:10 he Exp $ */ /* * Copyright (c) 2003 SHIMIZU Ryo @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: aica.c,v 1.8 2005/02/19 15:37:34 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aica.c,v 1.9 2005/06/02 18:06:10 he Exp $"); #include #include @@ -83,7 +83,7 @@ struct aica_softc { }; const struct { - char *name; + const char *name; int encoding; int precision; } aica_encodings[] = { diff --git a/sys/arch/dreamcast/include/autoconf.h b/sys/arch/dreamcast/include/autoconf.h index 78320f2d2e03..a9aca3dd0ce7 100644 --- a/sys/arch/dreamcast/include/autoconf.h +++ b/sys/arch/dreamcast/include/autoconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.h,v 1.1 2002/03/24 18:28:12 uch Exp $ */ +/* $NetBSD: autoconf.h,v 1.2 2005/06/02 18:06:10 he Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -34,5 +34,5 @@ */ struct mainbus_attach_args { - char *ma_name; + const char *ma_name; };