Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2010 12:22:38 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r202920 - in stable/8/sys: netinet netinet6
Message-ID:  <201001241222.o0OCMcJT026472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sun Jan 24 12:22:38 2010
New Revision: 202920
URL: http://svn.freebsd.org/changeset/base/202920

Log:
  MFC r202469:
    Garbage collect references to the no longer implemented tcp_fasttimo().

Modified:
  stable/8/sys/netinet/tcp_var.h
  stable/8/sys/netinet6/in6_proto.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/netinet/tcp_var.h
==============================================================================
--- stable/8/sys/netinet/tcp_var.h	Sun Jan 24 12:13:38 2010	(r202919)
+++ stable/8/sys/netinet/tcp_var.h	Sun Jan 24 12:22:38 2010	(r202920)
@@ -639,7 +639,6 @@ int	 tcp_ctloutput(struct socket *, stru
 struct tcpcb *
 	 tcp_drop(struct tcpcb *, int);
 void	 tcp_drain(void);
-void	 tcp_fasttimo(void);
 void	 tcp_init(void);
 #ifdef VIMAGE
 void	 tcp_destroy(void);

Modified: stable/8/sys/netinet6/in6_proto.c
==============================================================================
--- stable/8/sys/netinet6/in6_proto.c	Sun Jan 24 12:13:38 2010	(r202919)
+++ stable/8/sys/netinet6/in6_proto.c	Sun Jan 24 12:22:38 2010	(r202920)
@@ -173,7 +173,6 @@ struct ip6protosw inet6sw[] = {
 	.pr_ctloutput =		tcp_ctloutput,
 #ifndef INET	/* don't call initialization and timeout routines twice */
 	.pr_init =		tcp_init,
-	.pr_fasttimo =		tcp_fasttimo,
 	.pr_slowtimo =		tcp_slowtimo,
 #endif
 	.pr_drain =		tcp_drain,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001241222.o0OCMcJT026472>