Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 22:41:18 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260496 - head/sys/netinet6
Message-ID:  <201401092241.s09MfI3A074084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



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