From b513252b3a4461e937b0fb5be6688ca74e204cb0 Mon Sep 17 00:00:00 2001 From: bz Date: Fri, 23 May 2014 21:12:33 +0000 Subject: Remove the prototypes for things that are no longer file local but were moved to the header file. Pointy hat to: clang || bz MFC after: 2 weeks X-MFC with: r266596 Reported by: gcc build of sparc64 --- sys/netinet/tcp_input.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/netinet/tcp_input.c') diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index f1cefc2..e0cd6cd 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -229,9 +229,7 @@ static void tcp_pulloutofband(struct socket *, struct tcphdr *, struct mbuf *, int); static void tcp_xmit_timer(struct tcpcb *, int); static void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *); -static void inline tcp_fields_to_host(struct tcphdr *); #ifdef TCP_SIGNATURE -static void inline tcp_fields_to_net(struct tcphdr *); static int inline tcp_signature_verify_input(struct mbuf *, int, int, int, struct tcpopt *, struct tcphdr *, u_int); #endif -- cgit v1.1