Subject: Re: sysutils/xosview build failure (was: CVS commit: src/sys)
To: None <netbsd@lists.veego.de>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: pkgsrc-users
Date: 03/16/2007 13:45:22
> Hmm, schedstate_percpu is now inside an ifdef _KERNEL and pkgsrc/sysutils/xosview
> fails to build now:
> 
> kernel.cc: In function 'void BSDGetCPUTimes(u_int64_t*)':
> kernel.cc:418: error: aggregate 'schedstate_percpu ssp' has incomplete type and cannot be defined
> 
> Bernd

i think it should use "uint64_t cp_time[CPUSTATES]" rather than
schedstate_percpu.

YAMAMOTO Takashi