diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-11 03:55:52 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-11 03:55:52 +0000 |
| commit | 84cc4e7e3e46b975c234d20c4242bb59bc0d42d2 (patch) | |
| tree | a40cd48114381b80012aac73f5c5180564e02d4c | |
| parent | acd244af1c3e493e8a617c4f4e9ed42112be8594 (diff) | |
| download | busybox-84cc4e7e3e46b975c234d20c4242bb59bc0d42d2.tar.gz | |
undefine sysinfo to prevent breakage on ia64
| -rw-r--r-- | networking/libiproute/ipaddress.c | 2 |
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 @@ #include <string.h> #include <fnmatch.h> +#define sysinfo kernel_sysinfo #include <linux/netdevice.h> #include <linux/if_arp.h> #include <linux/sockios.h> +#undef sysinfo #include "rt_names.h" #include "utils.h" |
