> Fwiw, with tonight's -current I am seeing
> 
> cc -O -pipe -march=pentiumpro -ffreestanding -DCOMPORT=0x3f8 -DCOMSPEED=9600
> -DTERM_EMU -I/disk0/usr/src/sys/boot/i386/libi386/../../common
> -I/disk0/usr/src/sys/boot/i386/libi386/../btx/lib
> -I/disk0/usr/src/sys/boot/i386/libi386/../../../contrib/dev/acpica
> -I/disk0/usr/src/sys/boot/i386/libi386/../../.. -I.
> -I/disk0/usr/src/sys/boot/i386/libi386/../../../../lib/libstand/
> -ffreestanding -mpreferred-stack-boundary=2  -c
> /disk0/usr/src/sys/boot/i386/libi386/bioscd.c -o bioscd.o
> /disk0/usr/src/sys/boot/i386/libi386/bioscd.c: In function `bc_strategy':
> /disk0/usr/src/sys/boot/i386/libi386/bioscd.c:237: `DEV_BSIZE' undeclared
> (first use in this function)
> /disk0/usr/src/sys/boot/i386/libi386/bioscd.c:237: (Each undeclared identifier
> is reported only once
> /disk0/usr/src/sys/boot/i386/libi386/bioscd.c:237: for each function it
> appears in.)
> *** Error code 1
> 
> Stop in /disk0/usr/src/sys/boot/i386/libi386.
> *** Error code 1
> 

I think changing '#include <machine/param.h>' to '#include <sys/param.h>'
should be enough. DEV_BSIZE moved to sys/param.h, but it looks like it
wasn't "make world" tested. :-(

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to