From owner-freebsd-stable Sun Mar 11 1:20:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mfo01.iij.ad.jp (mfo01.iij.ad.jp [202.232.2.118]) by hub.freebsd.org (Postfix) with ESMTP id A366F37B718 for ; Sun, 11 Mar 2001 01:20:21 -0800 (PST) (envelope-from toyonaga@rr.iij4u.or.jp) Received: from rr.iij4u.or.jp (rr.iij4u.or.jp [210.130.0.42]) by mfo01.iij.ad.jp (8.8.8/MFO1.3) with ESMTP id SAA01720 for ; Sun, 11 Mar 2001 18:20:20 +0900 (JST) Received: from localhost (h021.p065.iij4u.or.jp [210.130.65.21]) by rr.iij4u.or.jp (8.8.8+2.2IIJ/4U1.1) with ESMTP id SAA28110 for ; Sun, 11 Mar 2001 18:20:18 +0900 (JST) Message-Id: <200103110920.SAA28110@rr.iij4u.or.jp> To: freebsd-stable@freebsd.org Subject: Re: tcp_usrreq.c is broken? In-reply-to: Your message of "Sat, 10 Mar 2001 15:42:10 PST." <20010310154209.A23785@mollari.cthul.hu> Reply-To: toyonaga@rr.iij4u.or.jp MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <64836.984302426.1@localhost> Content-Transfer-Encoding: 7bit Date: Sun, 11 Mar 2001 18:20:26 +0900 From: =?ISO-2022-JP?B?GyRCSy0xSkMjP00bKEI=?= Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My config had TCPDEBUG option and stopped at the same line in buildkernel after buildworkld. GENERIC compiled fine. So I exclued the TCPDEBUG option and now its OK. In message <20010310154209.A23785@mollari.cthul.hu>, Kris Kennaway writes: > >--7JfCtLOvnd9MIVvH >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline >Content-Transfer-Encoding: quoted-printable > >On Sun, Mar 11, 2001 at 01:14:10AM +0300, Martin McFlySr wrote: >> Hello , >>=20 >> 4.2S, >>=20 >> #config Kernel >> ... >> #cd ../../compile/Kernel >> #make depend >> ... >> #make >> ... >> cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= >missing >> -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -an= >si -no >> stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.= >h -elf >> -mpreferred-stack-boundary=3D2 ../../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 fu= >nction) >> ../../netinet/tcp_usrreq.c:424: (Each undeclared identifier is reported o= >nly 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 >> *** Error code 1 =20 >>=20 >>=20 >> what i can doing for fix this? i make cvsup some ninutes ago, but no frehs >> tcp_usrreq.c :( > >It works for me. Perhaps you have a corrupted or incompletely updated sour= >ce tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message