From: Glenn L McGrath Date: Sun, 5 Jan 2003 00:43:00 +0000 (-0000) Subject: fixes for ia64 X-Git-Tag: 1_00_pre1~259 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea2a1064b33bfb4fe0493659f43ed074cfe80067;p=oweals%2Fbusybox.git fixes for ia64 --- 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"