From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 00:09:39 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 67E9C16A4CE for ; Sat, 26 Jun 2004 00:09:39 +0000 (GMT) Received: from hellhound.ceribus.net (c-24-21-92-61.client.comcast.net [24.21.92.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FFB43D1F for ; Sat, 26 Jun 2004 00:09:38 +0000 (GMT) (envelope-from grover@ceribus.net) Received: (qmail 35596 invoked by uid 1002); 26 Jun 2004 00:08:25 -0000 Received: from grover@ceribus.net by hellhound.ceribus.net by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(192.168.200.200):. Processed in 1.263422 secs); 26 Jun 2004 00:08:25 -0000 Received: from unknown (HELO ?192.168.200.219?) (grover@ceribus.net@192.168.200.200) by 192.168.200.225 with SMTP; 26 Jun 2004 00:08:23 -0000 Message-ID: <40DCBE87.70201@ceribus.net> Date: Fri, 25 Jun 2004 17:08:39 -0700 From: Grover Lines User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: new kernel build error after re cvsup 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: Sat, 26 Jun 2004 00:09:39 -0000 With the new commit I'm getting this error now. From about 5:00pm PST. Thanks.. just lettin you guys ===> netgraph/netgraph cc -O2 -pipe -march=pentium4 -Wall -D_KERNEL -DKLD_MODULE -nostdinc -I- -incl ude /usr/obj/usr/src/sys/PSYCHO/opt_global.h -I. -I@ -I@/contrib/altq -I@/../inc lude -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/PSYCHO -mno-align-l ong-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl ine -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/netgraph/ng_base.c /usr/src/sys/netgraph/ng_base.c: In function `ng_snd_item': /usr/src/sys/netgraph/ng_base.c:2146: error: `m' undeclared (first use in this f unction) /usr/src/sys/netgraph/ng_base.c:2146: error: (Each undeclared identifier is repo rted only once /usr/src/sys/netgraph/ng_base.c:2146: error: for each function it appears in.) *** Error code 1 Stop in /usr/src/sys/modules/netgraph/netgraph. *** Error code 1 Stop in /usr/src/sys/modules/netgraph. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 -- Grover Lines