summaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-11 03:55:52 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-11 03:55:52 +0000
commit84cc4e7e3e46b975c234d20c4242bb59bc0d42d2 (patch)
treea40cd48114381b80012aac73f5c5180564e02d4c /networking/libiproute
parentacd244af1c3e493e8a617c4f4e9ed42112be8594 (diff)
downloadbusybox-w32-84cc4e7e3e46b975c234d20c4242bb59bc0d42d2.tar.gz
busybox-w32-84cc4e7e3e46b975c234d20c4242bb59bc0d42d2.tar.bz2
busybox-w32-84cc4e7e3e46b975c234d20c4242bb59bc0d42d2.zip
undefine sysinfo to prevent breakage on ia64
Diffstat (limited to 'networking/libiproute')
-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"