From 84cc4e7e3e46b975c234d20c4242bb59bc0d42d2 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 11 Dec 2002 03:55:52 +0000 Subject: [PATCH] undefine sysinfo to prevent breakage on ia64 --- 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"