svn commit: r348441 - stable/11/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu May 30 17:31:20 UTC 2019


Author: tuexen
Date: Thu May 30 17:31:19 2019
New Revision: 348441
URL: https://svnweb.freebsd.org/changeset/base/348441

Log:
  Unbreak the powerpc, powerpc64, and sparc64 builds.
  The issue was introduced in r348435.
  
  Approved by:		re (gjb@)

Modified:
  stable/11/sys/netinet/tcp_subr.c

Modified: stable/11/sys/netinet/tcp_subr.c
==============================================================================
--- stable/11/sys/netinet/tcp_subr.c	Thu May 30 17:27:40 2019	(r348440)
+++ stable/11/sys/netinet/tcp_subr.c	Thu May 30 17:31:19 2019	(r348441)
@@ -229,9 +229,6 @@ VNET_DEFINE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAS
 VNET_DEFINE(u_char, ts_offset_secret[32]);
 #define	V_ts_offset_secret	VNET(ts_offset_secret)
 
-static int	tcp_default_fb_init(struct tcpcb *tp);
-static void	tcp_default_fb_fini(struct tcpcb *tp, int tcb_is_purged);
-static int	tcp_default_handoff_ok(struct tcpcb *tp);
 static struct inpcb *tcp_notify(struct inpcb *, int);
 static struct inpcb *tcp_mtudisc_notify(struct inpcb *, int);
 static void tcp_mtudisc(struct inpcb *, int);


More information about the svn-src-stable mailing list