Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/30/2000 09:44:35
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Jun 30 16:44:35 UTC 2000

Modified Files:
	syssrc/sys/netinet: tcp_input.c tcp_output.c tcp_subr.c

Log Message:
remove old mbuf assumption (ip header and tcp header are on the same mbuf).
this is for m_pulldown use. (sync with kame)


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 syssrc/sys/netinet/tcp_input.c
cvs rdiff -r1.56 -r1.57 syssrc/sys/netinet/tcp_output.c
cvs rdiff -r1.91 -r1.92 syssrc/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.