Searched hist:"218 cbbea9a4ff5953d6c1b87438a876388b5a181" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_fsm.h | diff 218cbbea9a4ff5953d6c1b87438a876388b5a181 Mon Jul 30 13:06:42 CEST 2007 Dag-Erling Smørgrav <des@FreeBSD.org> 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) diff 218cbbea9a4ff5953d6c1b87438a876388b5a181 Mon Jul 30 13:06:42 CEST 2007 Dag-Erling Smørgrav <des@FreeBSD.org> 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)
|
H A D | tcp_usrreq.c | diff 218cbbea9a4ff5953d6c1b87438a876388b5a181 Mon Jul 30 13:06:42 CEST 2007 Dag-Erling Smørgrav <des@FreeBSD.org> 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)
|
H A D | tcp_input.c | diff 218cbbea9a4ff5953d6c1b87438a876388b5a181 Mon Jul 30 13:06:42 CEST 2007 Dag-Erling Smørgrav <des@FreeBSD.org> 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) diff 218cbbea9a4ff5953d6c1b87438a876388b5a181 Mon Jul 30 13:06:42 CEST 2007 Dag-Erling Smørgrav <des@FreeBSD.org> 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)
|