aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/libiproute/iptunnel.c2
-rw-r--r--networking/libiproute/ll_addr.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c
index 3d73ca81c..dcf717e7e 100644
--- a/networking/libiproute/iptunnel.c
+++ b/networking/libiproute/iptunnel.c
@@ -26,7 +26,9 @@
#include <arpa/inet.h>
#include <netinet/ip.h>
+#define sysinfo kernel_sysinfo
#include <linux/if_arp.h>
+#undef sysinfo
#include <linux/if_tunnel.h>
#include "rt_names.h"
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c
index 551484cf6..08d5b78f8 100644
--- a/networking/libiproute/ll_addr.c
+++ b/networking/libiproute/ll_addr.c
@@ -12,7 +12,9 @@
#include <arpa/inet.h>
#include <string.h>
+#define sysinfo kernel_sysinfo
#include <linux/if_arp.h>
+#undef sysinfo
#include "utils.h"
#include "libbb.h"