Module Name: src Committed By: rtr Date: Sat Mar 14 02:08:16 UTC 2015
Modified Files: src/sys/netinet: tcp_input.c Log Message: Move code that is conditional on options INET6 into #ifdef INET6. * Re-organize some variable declarations to limit #ifdef's. * Move INET and INET6 code into respective switch cases to simplify #ifdef INET6. No intended functional change. To generate a diff of this commit: cvs rdiff -u -r1.336 -r1.337 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.