diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-14 08:54:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-14 08:54:08 +0000 |
commit | ab4e19afc66e13b6aac7429fdce95d2aa7cb15ae (patch) | |
tree | 712b347dc89d890fe0d5755ebbbe9c23eb891a4c /networking/libiproute/ll_addr.c | |
parent | 92a06d0943a7890b6e69d9ad955feb6d138713b7 (diff) | |
download | busybox-w32-ab4e19afc66e13b6aac7429fdce95d2aa7cb15ae.tar.gz busybox-w32-ab4e19afc66e13b6aac7429fdce95d2aa7cb15ae.tar.bz2 busybox-w32-ab4e19afc66e13b6aac7429fdce95d2aa7cb15ae.zip |
Eliminate most instances where we use linux kernel headers
-Erik
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 08d5b78f8..39e561fe5 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c | |||
@@ -11,11 +11,7 @@ | |||
11 | 11 | ||
12 | #include <arpa/inet.h> | 12 | #include <arpa/inet.h> |
13 | #include <string.h> | 13 | #include <string.h> |
14 | 14 | #include <net/if_arp.h> | |
15 | #define sysinfo kernel_sysinfo | ||
16 | #include <linux/if_arp.h> | ||
17 | #undef sysinfo | ||
18 | |||
19 | #include "utils.h" | 15 | #include "utils.h" |
20 | #include "libbb.h" | 16 | #include "libbb.h" |
21 | 17 | ||