jer 15/04/10 19:45:49 Added: bmon-3.6-net_if.h.patch Log: Fix building against sys-libs/glibc-2.20 / sys-kernel/linux-headers-3.19 (bug #546060 by Toralf Förster). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/bmon/files/bmon-3.6-net_if.h.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch?rev=1.1&content-type=text/plain Index: bmon-3.6-net_if.h.patch =================================================================== --- a/src/in_netlink.c +++ b/src/in_netlink.c @@ -23,6 +23,7 @@ * DEALINGS IN THE SOFTWARE. */ +#include <net/if.h> #include <bmon/bmon.h> #include <bmon/input.h> #include <bmon/element.h>