1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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@
This commit is contained in:
John-Mark Gurney 2014-01-09 22:41:18 +00:00
parent ddd678cbf4
commit f2effe745c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260496

View File

@ -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.
*/