Subject: Re: Build failure 20000527 (i386)
To: None <mason@primenet.com.au>
From: Simon Burge <simonb@netbsd.org>
List: current-users
Date: 05/27/2000 22:02:09
Geoff Wing wrote:

> Heyla,
> in src/sys/arch/i386/stand:
> 
> In file included from /usr/netbsd/src/sys/arch/i386/stand/biosboot/machine/cpu.h:56,
>                  from /usr/netbsd/src/sys/arch/i386/stand/lib/bootinfo_biosgeom.c:37:
> /usr/netbsd/src/sys/arch/i386/stand/biosboot/../../../../sys/sched.h:121: field `spc_runtime' has incomplete type
>
> [ patch to sys/arch/i386/stand/lib/bootinfo_biosgeom.c deleted ]

I wonder if a better fix would be for either sys/arch/i386/include/cpu.h
or sys/sched.h to include <sys/time.h>?  Jason?

Simon.