From fb2236bfdc0c1afe41e62abdcd9acd698586a1b7 Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 11 Dec 2002 03:55:52 +0000 Subject: undefine sysinfo to prevent breakage on ia64 git-svn-id: svn://busybox.net/trunk/busybox@6160 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/libiproute/ipaddress.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3-55-g6feb