Date: Thu, 13 Oct 2016 02:32:41 +0000 (UTC) From: "Jonathan T. Looney" <jtl@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: r307166 - stable/11/sys/netinet Message-ID: <201610130232.u9D2WfTM003686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jtl Date: Thu Oct 13 02:32:41 2016 New Revision: 307166 URL: https://svnweb.freebsd.org/changeset/base/307166 Log: MFC r306766: Remove declaration of un-defined function tcp_seq_subtract(). Modified: stable/11/sys/netinet/tcp_var.h Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/netinet/tcp_var.h ============================================================================== --- stable/11/sys/netinet/tcp_var.h Thu Oct 13 02:31:32 2016 (r307165) +++ stable/11/sys/netinet/tcp_var.h Thu Oct 13 02:32:41 2016 (r307166) @@ -854,7 +854,6 @@ struct sackhole *tcp_sack_output(struct void tcp_sack_partialack(struct tcpcb *, struct tcphdr *); void tcp_free_sackholes(struct tcpcb *tp); int tcp_newreno(struct tcpcb *, struct tcphdr *); -u_long tcp_seq_subtract(u_long, u_long ); int tcp_compute_pipe(struct tcpcb *); static inline void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610130232.u9D2WfTM003686>