Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/22/2002 06:07:08
Module Name: syssrc
Committed By: simonb
Date: Tue Oct 22 03:07:07 UTC 2002
Modified Files:
syssrc/sys/netinet: tcp_input.c
Log Message:
In tcp_input():
Remove the set-but-not-used "proto" variable.
Guard the "ostate" variable in #ifdef TCP_DEBUG.
Remove the set-but-not-used "parentinpcb" variable in syn_cache_get().
To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 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.