svn commit: r307165 - stable/10/sys/netinet
Jonathan T. Looney
jtl at FreeBSD.org
Thu Oct 13 02:31:33 UTC 2016
Author: jtl
Date: Thu Oct 13 02:31:32 2016
New Revision: 307165
URL: https://svnweb.freebsd.org/changeset/base/307165
Log:
MFC r306766:
Remove declaration of un-defined function tcp_seq_subtract().
Modified:
stable/10/sys/netinet/tcp_var.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/netinet/tcp_var.h
==============================================================================
--- stable/10/sys/netinet/tcp_var.h Thu Oct 13 02:28:40 2016 (r307164)
+++ stable/10/sys/netinet/tcp_var.h Thu Oct 13 02:31:32 2016 (r307165)
@@ -764,7 +764,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 *);
void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
More information about the svn-src-stable-10
mailing list