Date: Thu, 30 May 2019 17:31:19 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r348441 - stable/11/sys/netinet Message-ID: <201905301731.x4UHVJ9m094857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905301731.x4UHVJ9m094857>