Subject: Re: CVS commit: src/sys/arch/x68k
To: None <tsutsui@ceres.dti.ne.jp>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/14/2005 10:19:10
> > Modified Files:
> > 	src/sys/arch/x68k/dev: mfp.c
> > 	src/sys/arch/x68k/x68k: autoconf.c
> >
> > Log Message:
> > Make this compile by adding __UNCONST() when calling config_found()=
 or
> > similar functions with a text constant as the second argument.
>
> IMHO it's better to wrap these text constants with struct xxx_attach_=
args
> as defined dreamcast/include/autoconf.h and dreamcast/dreamcast/mainb=
us.c
> rather than such sprinkled __UNCONST() to pass opaque void * args.

OK, I'll take a look at doing that.  For now I used the quickest path
to make it build again.

Regards,

- H=E5vard