From owner-freebsd-hackers Mon Mar 12 14:16:25 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.biographix.com (mail.biographix.com [207.236.111.133]) by hub.freebsd.org (Postfix) with ESMTP id 7EF8A37B719 for ; Mon, 12 Mar 2001 14:16:17 -0800 (PST) (envelope-from eperrin@bigorbit.com) Received: from bottleneck2000 ([192.168.1.12]) by mail.biographix.com (8.11.1/8.11.1) with SMTP id f2CMHZ322602 for ; Mon, 12 Mar 2001 17:17:35 -0500 (EST) Message-ID: <031c01c0ab43$2bb27c90$0c01a8c0@bottleneck2000> From: "Elliott Perrin" To: Subject: Kernel compile problems Date: Mon, 12 Mar 2001 17:24:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just did a cvs of src-all this morning, remade the world and am trying to compile a new kernel. I am able to make depend, but I just tried to do the make and got the following errors cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototype s -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../ .. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../netinet/tcp_usrreq.c ../../netinet/tcp_usrreq.c: In function `tcp_usr_accept': ../../netinet/tcp_usrreq.c:424: syntax error before `int' ../../netinet/tcp_usrreq.c:424: `ostate' undeclared (first use in this function) ../../netinet/tcp_usrreq.c:424: (Each undeclared identifier is reported only once ../../netinet/tcp_usrreq.c:424: for each function it appears in.) ../../netinet/tcp_usrreq.c:418: warning: `tp' might be used uninitialized in this function ../../netinet/tcp_usrreq.c: In function `tcp6_usr_accept': ../../netinet/tcp_usrreq.c:442: syntax error before `int' ../../netinet/tcp_usrreq.c:442: `ostate' undeclared (first use in this function) ../../netinet/tcp_usrreq.c:436: warning: `tp' might be used uninitialized in this function *** Error code 1 Was wondering if anyone else has seen this and if they have a quick solution. ________________________________________ Elliott Perrin Systems Administrator Big Orbit - Specializing in new media for youth web: http://www.bigorbit.com email: eperrin@bigorbit.com [t] 416.516.0705 ext 25 [f] 416.516.9256 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message