bktr_core.c:1261: error: `FNDELAY' undeclared

Dave Horsfall dave at horsfall.org
Sat Jan 15 23:33:52 PST 2005


FreeBSD 5.3-STABLE, last updated 1st Jan 2005.

Just did a CVSUP of -STABLE.

make buildworld - OK.

make buildkernel KERNCONF=STINKY

Goes swimmingly, then...

cc -O -pipe  -D_KERNEL -DKLD_MODULE -nostdinc -I-  -include /usr/obj/usr/src/sys/STINKY/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/STINKY -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/modules/bktr/bktr/../../../dev/bktr/bktr_core.c
/usr/src/sys/modules/bktr/bktr/../../../dev/bktr/bktr_core.c: In function `vbi_read':
/usr/src/sys/modules/bktr/bktr/../../../dev/bktr/bktr_core.c:1261: error: `FNDELAY' undeclared (first use in this function)

Nothing in /usr/src/UPDATING; nothing that Google can find.

Did I miss something?  I don't even know why it's being compiled, since
it's not in my config file, so I've commented it out until if/when I get
a chance to look at it...

 -- Dave


More information about the freebsd-stable mailing list