Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael Graff <explorer@netbsd.org>
List: source-changes
Date: 07/26/1999 23:23:58
Module Name:	syssrc
Committed By:	explorer
Date:		Tue Jul 27 06:23:58 UTC 1999

Modified Files:
	syssrc/sys/netinet6: in6_proto.c

Log Message:
Fix a problem where tcp_slowtimo was called twice, once for ipv4 tcp and
once for ipv6.  This patch makes the ipv6 case pass NULLs in for fast
and slow timeouts iff defined(INET) and passes in the right function
if !defined(INET).

Reveiwed by itojun@iijlab.net.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/netinet6/in6_proto.c

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