aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r--networking/libiproute/iptunnel.c2
1 files changed, 2 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"