Date: Mon, 30 Jul 2007 11:06:42 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_fsm.h tcp_input.c tcp_usrreq.c src/sys/netipx spx_debug.c spx_debug.h src/usr.bin/netstat ipx.c Message-ID: <200707301106.l6UB6hJ0095479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2007-07-30 11:06:42 UTC FreeBSD src repository Modified files: sys/netinet tcp_fsm.h tcp_input.c tcp_usrreq.c sys/netipx spx_debug.c spx_debug.h usr.bin/netstat ipx.c Log: Make tcpstates[] static, and make sure TCPSTATES is defined before <netinet/tcp_fsm.h> is included into any compilation unit that needs tcpstates[]. Also remove incorrect extern declarations and TCPDEBUG conditionals. This allows kernels both with and without TCPDEBUG to build, and unbreaks the tinderbox. Approved by: re (rwatson) Revision Changes Path 1.20 +1 -1 src/sys/netinet/tcp_fsm.h 1.367 +0 -6 src/sys/netinet/tcp_input.c 1.160 +0 -4 src/sys/netinet/tcp_usrreq.c 1.19 +2 -0 src/sys/netipx/spx_debug.c 1.18 +0 -1 src/sys/netipx/spx_debug.h 1.27 +1 -2 src/usr.bin/netstat/ipx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707301106.l6UB6hJ0095479>