svn commit: r216749 - head/sys/netinet

Lawrence Stewart lstewart at FreeBSD.org
Tue Dec 28 01:38:52 UTC 2010


Author: lstewart
Date: Tue Dec 28 01:38:52 2010
New Revision: 216749
URL: http://svn.freebsd.org/changeset/base/216749

Log:
  Fix a whitespace nit introduced in r215166.
  
  Sponsored by:	FreeBSD Foundation
  Spotted by:	bz
  MFC after:	5 weeks
  X-MFC with:	r215166

Modified:
  head/sys/netinet/tcp_subr.c

Modified: head/sys/netinet/tcp_subr.c
==============================================================================
--- head/sys/netinet/tcp_subr.c	Mon Dec 27 23:59:27 2010	(r216748)
+++ head/sys/netinet/tcp_subr.c	Tue Dec 28 01:38:52 2010	(r216749)
@@ -238,7 +238,7 @@ static char *	tcp_log_addr(struct in_con
 struct tcpcb_mem {
 	struct	tcpcb		tcb;
 	struct	tcp_timer	tt;
-	struct cc_var		ccv;
+	struct	cc_var		ccv;
 };
 
 static VNET_DEFINE(uma_zone_t, tcpcb_zone);


More information about the svn-src-head mailing list