aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-11 03:55:52 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-11 03:55:52 +0000
commitfb2236bfdc0c1afe41e62abdcd9acd698586a1b7 (patch)
treea40cd48114381b80012aac73f5c5180564e02d4c
parent33b55068a2598f9ebea56476bce123f513588b9d (diff)
downloadbusybox-w32-fb2236bfdc0c1afe41e62abdcd9acd698586a1b7.tar.gz
busybox-w32-fb2236bfdc0c1afe41e62abdcd9acd698586a1b7.tar.bz2
busybox-w32-fb2236bfdc0c1afe41e62abdcd9acd698586a1b7.zip
undefine sysinfo to prevent breakage on ia64
git-svn-id: svn://busybox.net/trunk/busybox@6160 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--networking/libiproute/ipaddress.c2
1 files changed, 2 insertions, 0 deletions
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 @@
25#include <string.h> 25#include <string.h>
26#include <fnmatch.h> 26#include <fnmatch.h>
27 27
28#define sysinfo kernel_sysinfo
28#include <linux/netdevice.h> 29#include <linux/netdevice.h>
29#include <linux/if_arp.h> 30#include <linux/if_arp.h>
30#include <linux/sockios.h> 31#include <linux/sockios.h>
32#undef sysinfo
31 33
32#include "rt_names.h" 34#include "rt_names.h"
33#include "utils.h" 35#include "utils.h"