Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/05/2000 08:05:31
Module Name:	syssrc
Committed By:	matt
Date:		Fri May  5 15:05:31 UTC 2000

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

Log Message:
remove superfluous test (snd_una is always > iss since th_ack must > iss
(first test at start of case) and th_ack is assigned to snd_una).


To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 syssrc/sys/netinet/tcp_input.c

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