From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 11:11:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961C616A4CE for ; Tue, 31 Aug 2004 11:11:30 +0000 (GMT) Received: from encontacto.net (dsl-200-95-35-64.prod-infinitum.com.mx [200.95.35.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49BD43D4C for ; Tue, 31 Aug 2004 11:11:29 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Tue, 31 Aug 2004 06:11:29 -0500 Received: from dsl-200-95-35-64.prod-infinitum.com.mx (dsl-200-95-35-64.prod-infinitum.com.mx [200.95.35.64]) by mail.encontacto.net (Horde) with HTTP for ; Tue, 31 Aug 2004 06:11:28 -0500 Message-ID: <20040831061128.skwogkc8kw0ksoss@mail.encontacto.net> Date: Tue, 31 Aug 2004 06:11:28 -0500 From: Edwin Culp To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 200.95.35.64 Subject: /coda/coda_fbsd.c:215: error: `NVCODA' undeclared when building kernel. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 11:11:30 -0000 This may already be fixed but building kernel with this morning's sources seemed to break in module/coda, cc -O -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/ENCONTACTO/opt_global.h -I. -I@ -I@/contrib/altq -I@/../inc lude -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/ENCONTACTO -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/coda/../../coda/coda_fbsd.c /usr/src/sys/modules/coda/../../coda/coda_fbsd.c: In function `coda_fbsd_drvinit': /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:205: error: `NVCODA' undeclared (first use in this function) /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:205: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:205: error: for each function it appears in.) /usr/src/sys/modules/coda/../../coda/coda_fbsd.c: In function `coda_fbsd_drvuninit': /usr/src/sys/modules/coda/../../coda/coda_fbsd.c:215: error: `NVCODA' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/coda. *** Error code 1