Author: np
Date: Tue Nov 27 06:42:44 2012
New Revision: 243603
URL: http://svnweb.freebsd.org/changeset/base/243603

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

Modified:
  head/sys/netinet/tcp_timer.c

Modified: head/sys/netinet/tcp_timer.c
==============================================================================
--- head/sys/netinet/tcp_timer.c        Tue Nov 27 06:39:32 2012        
(r243602)
+++ head/sys/netinet/tcp_timer.c        Tue Nov 27 06:42:44 2012        
(r243603)
@@ -32,6 +32,7 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_inet.h"
 #include "opt_inet6.h"
 #include "opt_tcpdebug.h"
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to