Author: rrs
Date: Wed Dec 16 15:16:44 2015
New Revision: 292336
URL: https://svnweb.freebsd.org/changeset/base/292336

Log:
  Remove redundant extern's that make the ppc compile fail.
  Thanks Ed Maste for the heads up.

Modified:
  head/sys/netinet/tcp_stacks/fastpath.c

Modified: head/sys/netinet/tcp_stacks/fastpath.c
==============================================================================
--- head/sys/netinet/tcp_stacks/fastpath.c      Wed Dec 16 14:22:00 2015        
(r292335)
+++ head/sys/netinet/tcp_stacks/fastpath.c      Wed Dec 16 15:16:44 2015        
(r292336)
@@ -142,31 +142,6 @@ VNET_DECLARE(int, tcp_insecure_rst);
 VNET_DECLARE(int, tcp_insecure_syn);
 #define        V_tcp_insecure_syn      VNET(tcp_insecure_syn)
 
-
-
-
-extern void    tcp_dooptions(struct tcpopt *, u_char *, int, int);
-extern void    tcp_dropwithreset(struct mbuf *, struct tcphdr *,
-                    struct tcpcb *, int, int);
-extern void    tcp_pulloutofband(struct socket *,
-                    struct tcphdr *, struct mbuf *, int);
-extern void    tcp_xmit_timer(struct tcpcb *, int);
-extern void    tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *);
-extern void    tcp_mss(struct tcpcb *tp, int offer);
-extern void    cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
-                               uint16_t type);
-extern void cc_conn_init(struct tcpcb *tp);
-extern void cc_post_recovery(struct tcpcb *tp, struct tcphdr *th);
-extern void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
-extern void hhook_run_tcp_est_in(struct tcpcb *tp,
-                                struct tcphdr *th, struct tcpopt *to);
-
-extern void kmod_tcpstat_inc(int statnum);
-#ifdef TCP_SIGNATURE
-extern int tcp_signature_verify_input(struct mbuf *m, int off0, int tlen, int 
optlen,
-            struct tcpopt *to, struct tcphdr *th, u_int tcpbflag);
-#endif
-
 static void     tcp_do_segment_fastslow(struct mbuf *, struct tcphdr *,
                        struct socket *, struct tcpcb *, int, int, uint8_t,
                        int);
_______________________________________________
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