Thomas T. Veldhouse wrote:

cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomi
t-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/
sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-de
clarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -
Wstrict-prototypes -Wwrite-strings -ffreestanding -mpreferred-stack-boundary
=2 -S -o boot2.s.tmp /usr/src/sys/boot/i386/boot2/boot2.c
/usr/src/sys/boot/i386/boot2/boot2.c: In function `load':
/usr/src/sys/boot/i386/boot2/boot2.c:362: error: `RB_BOOTINFO' undeclared
(first use in this function)
/usr/src/sys/boot/i386/boot2/boot2.c:362: error: (Each undeclared identifier
is reported only once
/usr/src/sys/boot/i386/boot2/boot2.c:362: error: for each function it
appears in.)
*** Error code 1


Stop in /usr/src/sys/boot/i386/boot2.
*** Error code 1

Stop in /usr/src/sys/boot/i386.
*** Error code 1

Stop in /usr/src/sys/boot.
*** Error code 1

Stop in /usr/src/sys.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
ekg#


_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"



Cvsup again,

It should be fixed now

Rob
--------------------------------------------------------------------------------------------------------

bde 2003/11/10 22:27:35 PST

FreeBSD src repository

Modified files:
sys/boot/i386/boot2 boot2.c Log:
Include <sys/reboot.h> the definition of RB_BOOTINFO. The previous
commit broke the world because it depended on namespace pollution that
was only in my version of <machine/bootinfo.h>. The include was removed
in rev.1.63 after the last reference to it went away in rev.1.61.
Revision Changes Path
1.66 +2 -0 src/sys/boot/i386/boot2/boot2.c




_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to