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:48:44
Module Name:	src
Committed By:	riz
Date:		Fri May 18 21:48:44 UTC 2007

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

Log Message:
Fix compilation in the TCP_SIGNATURE case:

	- don't use void * for pointer arithmetic
	- don't try to modify const parameters

A kernel with 'options TCP_SIGNATURE' works as well as it ever did, now.
(ie, clunky, but passable)


To generate a diff of this commit:
cvs rdiff -r1.265 -r1.266 src/sys/netinet/tcp_input.c
cvs rdiff -r1.158 -r1.159 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.