diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-05 00:43:00 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-05 00:43:00 +0000 |
commit | ea2a1064b33bfb4fe0493659f43ed074cfe80067 (patch) | |
tree | 337ba44d0b860e8e95ef0d2866736639e10a0d13 | |
parent | 39dd4011e483f3da3ae7ec90abf53c259008c3e1 (diff) | |
download | busybox-w32-ea2a1064b33bfb4fe0493659f43ed074cfe80067.tar.gz busybox-w32-ea2a1064b33bfb4fe0493659f43ed074cfe80067.tar.bz2 busybox-w32-ea2a1064b33bfb4fe0493659f43ed074cfe80067.zip |
fixes for ia64
-rw-r--r-- | networking/libiproute/iptunnel.c | 2 | ||||
-rw-r--r-- | networking/libiproute/ll_addr.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 3d73ca81c..dcf717e7e 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -26,7 +26,9 @@ | |||
26 | #include <arpa/inet.h> | 26 | #include <arpa/inet.h> |
27 | #include <netinet/ip.h> | 27 | #include <netinet/ip.h> |
28 | 28 | ||
29 | #define sysinfo kernel_sysinfo | ||
29 | #include <linux/if_arp.h> | 30 | #include <linux/if_arp.h> |
31 | #undef sysinfo | ||
30 | #include <linux/if_tunnel.h> | 32 | #include <linux/if_tunnel.h> |
31 | 33 | ||
32 | #include "rt_names.h" | 34 | #include "rt_names.h" |
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 551484cf6..08d5b78f8 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c | |||
@@ -12,7 +12,9 @@ | |||
12 | #include <arpa/inet.h> | 12 | #include <arpa/inet.h> |
13 | #include <string.h> | 13 | #include <string.h> |
14 | 14 | ||
15 | #define sysinfo kernel_sysinfo | ||
15 | #include <linux/if_arp.h> | 16 | #include <linux/if_arp.h> |
17 | #undef sysinfo | ||
16 | 18 | ||
17 | #include "utils.h" | 19 | #include "utils.h" |
18 | #include "libbb.h" | 20 | #include "libbb.h" |