Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2005 18:33:48 +1100 (EST)
From:      Dave Horsfall <dave@horsfall.org>
To:        FreeBSD STABLE list <freebsd-stable@freebsd.org>
Subject:   bktr_core.c:1261: error: `FNDELAY' undeclared
Message-ID:  <Pine.BSI.4.61.0501161814150.3434@dave.horsfall.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.61.0501161814150.3434>