Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/18/2000 10:21:12
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Oct 18 07:21:11 UTC 2000

Modified Files:
	syssrc/sys/netinet: in_proto.c tcp_subr.c

Log Message:
move tcp syn cache parameters from in_proto.c to tcp_subr.c.
it makes more sense and helps INET6-only (INET-less) build.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/netinet/in_proto.c
cvs rdiff -r1.96 -r1.97 syssrc/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.