Module Name: src Committed By: maxv Date: Sun Apr 29 12:12:42 UTC 2018
Modified Files: src/sys/netinet: tcp_var.h tcpip.h Log Message: Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in udp_var.h). tcpip.h is now empty, and can be removed. To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/netinet/tcp_var.h cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/tcpip.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.