Subject: CVS commit: src/sys/netinet
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/26/2003 00:12:25
Module Name: src
Committed By: he
Date: Tue Feb 25 22:12:25 UTC 2003
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Swap neighboring lines of callout_init() and bzero() of container
struct in syn_cache_add(); the bzero() invalidates whatever
callout_init() has done (which might matter, but presently doesn't).
To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 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.