Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/02/2004 12:01:40
Module Name:	src
Committed By:	itojun
Date:		Fri Jan  2 12:01:40 UTC 2004

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

Log Message:
some corrections from markus@openbsd;
- callout_ack() was called with wrong argument
- no need for xor with timestamp as we are using arc4random()
- minor typo/cleanup


To generate a diff of this commit:
cvs rdiff -r1.187 -r1.188 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.