aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-05 00:43:00 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-05 00:43:00 +0000
commitea2a1064b33bfb4fe0493659f43ed074cfe80067 (patch)
tree337ba44d0b860e8e95ef0d2866736639e10a0d13 /networking/libiproute/iptunnel.c
parent39dd4011e483f3da3ae7ec90abf53c259008c3e1 (diff)
downloadbusybox-ea2a1064b33bfb4fe0493659f43ed074cfe80067.tar.gz
fixes for ia64
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"