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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to