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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to