Subject: Re: port-m68k/30924: m68k copyinout_t breakage
To: None <port-m68k-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 08/12/2005 10:23:02
The following reply was made to PR port-m68k/30924; it has been noted by GNATS.
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
To: cube@cubidou.net
Cc: christos@zoulas.com, gnats-bugs@netbsd.org
Subject: Re: port-m68k/30924: m68k copyinout_t breakage
Date: Fri, 12 Aug 2005 19:22:01 +0900
> What about this?
>
> - put the copyin_t/copyout_t prototypes in systm.h
> - split time.h to timevar.h. The latter would contain most if not all
> of the #ifdef _KERNEL block inside time.h
> - have timevar.h include systm.h
yes, i think it's a good idea.
i even have incomplete patches. :)
a reason i haven't completed it yet is that
it involves some tedeous work to edit every files
which uses ppsratecheck etc. IMO it's anyway needed, tho.
YAMAMOTO Takashi