svn commit: r306766 - head/sys/netinet
Jonathan T. Looney
jtl at FreeBSD.org
Thu Oct 6 15:57:16 UTC 2016
Author: jtl
Date: Thu Oct 6 15:57:15 2016
New Revision: 306766
URL: https://svnweb.freebsd.org/changeset/base/306766
Log:
Remove declaration of un-defined function tcp_seq_subtract().
Reviewed by: gnn
MFC after: 1 week
Sponsored by: Juniper Networks, Netflix
Differential Revision: https://reviews.freebsd.org/D7055
Modified:
head/sys/netinet/tcp_var.h
Modified: head/sys/netinet/tcp_var.h
==============================================================================
--- head/sys/netinet/tcp_var.h Thu Oct 6 15:36:13 2016 (r306765)
+++ head/sys/netinet/tcp_var.h Thu Oct 6 15:57:15 2016 (r306766)
@@ -867,7 +867,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-all
mailing list