Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2012 06:50:25 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r243604 - user/np/stable_9_toe/sys/netinet
Message-ID:  <201211270650.qAR6oPCb002402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Tue Nov 27 06:50:24 2012
New Revision: 243604
URL: http://svnweb.freebsd.org/changeset/base/243604

Log:
  Pull in r243603:
  
  Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).

Modified:
  user/np/stable_9_toe/sys/netinet/tcp_timer.c
Directory Properties:
  user/np/stable_9_toe/sys/   (props changed)

Modified: user/np/stable_9_toe/sys/netinet/tcp_timer.c
==============================================================================
--- user/np/stable_9_toe/sys/netinet/tcp_timer.c	Tue Nov 27 06:42:44 2012	(r243603)
+++ user/np/stable_9_toe/sys/netinet/tcp_timer.c	Tue Nov 27 06:50:24 2012	(r243604)
@@ -32,6 +32,7 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_inet.h"
 #include "opt_inet6.h"
 #include "opt_tcpdebug.h"
 



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