On Sat, Oct 18, 2003 at 03:48:49PM +0200, Poul-Henning Kamp wrote: > > I'm chasing a problem which indicates that I may have borked the > kernel with one of my last commits. I'm hunting it right now.
So you don't mean just compile errors like this, but real things like turning over the fish bowl when booting? #################### cc -O -pipe -march=pentium -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -finline-limit=15000 -fno-common -g -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/dev/raidframe/rf_freebsdkintf.c /usr/src/sys/dev/raidframe/rf_freebsdkintf.c: In function `rf_DispatchKernelIO': /usr/src/sys/dev/raidframe/rf_freebsdkintf.c:1547: error: structure has no member named `b_io' /usr/src/sys/dev/raidframe/rf_freebsdkintf.c:1547: error: structure has no member named `b_io' *** Error code 1 Stop in /usr/src/sys/modules/raidframe. *** Error code 1 Stop in /usr/src/sys/modules. ###################### John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
