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
Dag-Erling Smorgrav
des at FreeBSD.org
Mon Jul 30 11:06:43 UTC 2007
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
More information about the cvs-src
mailing list