Author: jmg
Date: Thu Jan  9 22:41:18 2014
New Revision: 260496
URL: http://svnweb.freebsd.org/changeset/base/260496

Log:
  revert part of r260485 which changes how part of the header gets
  included..  netstat uses -DKERNEL=1 to get these parts and breaks the
  build w/o it...
  
  melifaro@ says that ae@ is probably asleep, and the PR doesn't have
  this part of the patch...  Probably a local change got in by accident..
  
  PR:           185148
  Pointy hat to:        ae@

Modified:
  head/sys/netinet6/ip6_mroute.h

Modified: head/sys/netinet6/ip6_mroute.h
==============================================================================
--- head/sys/netinet6/ip6_mroute.h      Thu Jan  9 22:40:51 2014        
(r260495)
+++ head/sys/netinet6/ip6_mroute.h      Thu Jan  9 22:41:18 2014        
(r260496)
@@ -194,7 +194,7 @@ struct sioc_mif_req6 {
        u_quad_t obytes;        /* Output byte count on mif             */
 };
 
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(KERNEL)
 /*
  * The kernel's multicast-interface structure.
  */
_______________________________________________
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