From owner-freebsd-stable@FreeBSD.ORG Sun Jan 16 07:33:52 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C244316A4CE for ; Sun, 16 Jan 2005 07:33:52 +0000 (GMT) Received: from dave.horsfall.org (mrdavi2.lnk.telstra.net [139.130.75.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD5443D5E for ; Sun, 16 Jan 2005 07:33:50 +0000 (GMT) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by dave.horsfall.org (8.11.4/8.11.4) with ESMTP id j0G7Xme06568 for ; Sun, 16 Jan 2005 18:33:48 +1100 (EST) Date: Sun, 16 Jan 2005 18:33:48 +1100 (EST) From: Dave Horsfall To: FreeBSD STABLE list Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: bktr_core.c:1261: error: `FNDELAY' undeclared X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 07:33:52 -0000 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