On Mon, Mar 12, 2001 at 05:24:14PM -0500, Elliott Perrin wrote:
> 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.

Remove TCPDEBUG from your kernel..you probably don't need it anyway..I
dare you to tell me what it does :-)

Kris

PGP signature

Reply via email to