svn commit: r195677 - head/sys/dev/cxgb/ulp/tom

Lawrence Stewart lstewart at FreeBSD.org
Tue Jul 14 11:53:22 UTC 2009


Author: lstewart
Date: Tue Jul 14 11:53:21 2009
New Revision: 195677
URL: http://svn.freebsd.org/changeset/base/195677

Log:
  Fix a buglet that slipped into r195654. My buildworld/buildkernel sanity
  check missed this because cxgb's TOM is currently commented out of the build
  system.
  
  Submitted by:	Navdeep Parhar <np at FreeBSD dot org>
  Approved by:	re (kensmith), kensmith (mentor temporarily unavailable)

Modified:
  head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c

Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
==============================================================================
--- head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c	Tue Jul 14 09:19:33 2009	(r195676)
+++ head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c	Tue Jul 14 11:53:21 2009	(r195677)
@@ -3585,7 +3585,7 @@ syncache_expand_establish_req(struct cpl
 {
 
 	struct in_conninfo inc;
-	struct toeopt to;
+	struct toeopt toeo;
 	struct tcphdr th;
 	int mss, wsf, sack, ts;
 	struct mbuf *m = NULL;


More information about the svn-src-head mailing list