diff options
author | Glenn L McGrath | 2003-01-05 00:43:00 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-01-05 00:43:00 +0000 |
commit | ea2a1064b33bfb4fe0493659f43ed074cfe80067 (patch) | |
tree | 337ba44d0b860e8e95ef0d2866736639e10a0d13 /networking/libiproute/ll_addr.c | |
parent | 39dd4011e483f3da3ae7ec90abf53c259008c3e1 (diff) | |
download | busybox-ea2a1064b33bfb4fe0493659f43ed074cfe80067.zip busybox-ea2a1064b33bfb4fe0493659f43ed074cfe80067.tar.gz |
fixes for ia64
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 551484c..08d5b78 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -12,7 +12,9 @@ #include <arpa/inet.h> #include <string.h> +#define sysinfo kernel_sysinfo #include <linux/if_arp.h> +#undef sysinfo #include "utils.h" #include "libbb.h" |