Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 21:12:33 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266597 - head/sys/netinet
Message-ID:  <201405232112.s4NLCXSu057111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405232112.s4NLCXSu057111>