svn commit: r266597 - head/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Fri May 23 21:12:34 UTC 2014


Author: bz
Date: Fri May 23 21:12:33 2014
New Revision: 266597
URL: http://svnweb.freebsd.org/changeset/base/266597

Log:
  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

Modified:
  head/sys/netinet/tcp_input.c

Modified: head/sys/netinet/tcp_input.c
==============================================================================
--- head/sys/netinet/tcp_input.c	Fri May 23 20:15:01 2014	(r266596)
+++ head/sys/netinet/tcp_input.c	Fri May 23 21:12:33 2014	(r266597)
@@ -229,9 +229,7 @@ static void	 tcp_pulloutofband(struct so
 		     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


More information about the svn-src-all mailing list