svn commit: r307166 - stable/11/sys/netinet
Jonathan T. Looney
jtl at FreeBSD.org
Thu Oct 13 02:32:43 UTC 2016
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
More information about the svn-src-stable
mailing list