summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2014-01-09 22:41:18 +0000
committerjmg <jmg@FreeBSD.org>2014-01-09 22:41:18 +0000
commit016d28765a12827691dd3470a5474b65ab527ac1 (patch)
tree7ff449cf252ed05f46e4d46c3a26498838615113 /sys/netinet6
parentb0a91599c99ecbe8edbf4e7b91b2ffd5e07593cd (diff)
downloadFreeBSD-src-016d28765a12827691dd3470a5474b65ab527ac1.zip
FreeBSD-src-016d28765a12827691dd3470a5474b65ab527ac1.tar.gz
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@
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_mroute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h
index 7fe017b..d7b0014 100644
--- a/sys/netinet6/ip6_mroute.h
+++ b/sys/netinet6/ip6_mroute.h
@@ -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.
*/
OpenPOWER on IntegriCloud