Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/18/2007 21:31:17
Module Name:	src
Committed By:	riz
Date:		Fri May 18 21:31:17 UTC 2007

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

Log Message:
Revert a small part of revision 1.254 - remove const qualifier from
the struct tcphdr * argument of tcp_dooptions().  RFC2385 support
(options TCP_SIGNATURE) needs to modify the header during options
processing, and this revision broke it.

OK yamt@.


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