From ea2a1064b33bfb4fe0493659f43ed074cfe80067 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 5 Jan 2003 00:43:00 +0000 Subject: fixes for ia64 --- networking/libiproute/iptunnel.c | 2 ++ networking/libiproute/ll_addr.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'networking/libiproute') 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 #include +#define sysinfo kernel_sysinfo #include +#undef sysinfo #include #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 #include +#define sysinfo kernel_sysinfo #include +#undef sysinfo #include "utils.h" #include "libbb.h" -- cgit v1.2.3