Subject: CVS commit: src/sys/netinet
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 07/02/2003 19:33:21
Module Name: src
Committed By: ragge
Date: Wed Jul 2 19:33:21 UTC 2003
Modified Files:
src/sys/netinet: tcp_input.c tcp_output.c
Log Message:
Fix previous bug. Thanks to Enami for spotting the (obvious) error, and
to other people with much help with bug reports etc.
While fixing, change some of the code I added last time to make it
cleaner and simpler.
To generate a diff of this commit:
cvs rdiff -r1.171 -r1.172 src/sys/netinet/tcp_input.c
cvs rdiff -r1.94 -r1.95 src/sys/netinet/tcp_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.