From: Glenn L McGrath Date: Wed, 11 Dec 2002 03:55:52 +0000 (-0000) Subject: undefine sysinfo to prevent breakage on ia64 X-Git-Tag: 1_00_pre1~310 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84cc4e7e3e46b975c234d20c4242bb59bc0d42d2;p=oweals%2Fbusybox.git undefine sysinfo to prevent breakage on ia64 --- diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 57956852b..6bba6e077 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -25,9 +25,11 @@ #include #include +#define sysinfo kernel_sysinfo #include #include #include +#undef sysinfo #include "rt_names.h" #include "utils.h"