Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 21:50:04 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279411 - head/sys/dev/sfxge
Message-ID:  <201502282150.t1SLo44i007358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 28 21:50:04 2015
New Revision: 279411
URL: https://svnweb.freebsd.org/changeset/base/279411

Log:
  Unbreak 'make depend' with sfxge by removing debugging code activated in the
  INET || INET6 case
  
  X-MFC with: r279398
  Pointyhat to: arybchik

Modified:
  head/sys/dev/sfxge/sfxge_rx.h

Modified: head/sys/dev/sfxge/sfxge_rx.h
==============================================================================
--- head/sys/dev/sfxge/sfxge_rx.h	Sat Feb 28 21:49:59 2015	(r279410)
+++ head/sys/dev/sfxge/sfxge_rx.h	Sat Feb 28 21:50:04 2015	(r279411)
@@ -36,7 +36,6 @@
 #include "opt_inet6.h"
 
 #if defined(INET) || defined(INET6)
-#error LRO
 #define	SFXGE_LRO	1
 #endif
 



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