aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-14 08:06:07 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-14 08:06:07 +0000
commit175c375558f5e7f5e9f43a6d358255004d3125a5 (patch)
tree0f09d97d0cdf446c55fb843e86b3fca44981f4a1 /networking
parent0bda6888233f8830a6b8ec0bc974f9c1dda2f0ff (diff)
downloadbusybox-w32-175c375558f5e7f5e9f43a6d358255004d3125a5.tar.gz
busybox-w32-175c375558f5e7f5e9f43a6d358255004d3125a5.tar.bz2
busybox-w32-175c375558f5e7f5e9f43a6d358255004d3125a5.zip
Eliminate use of kernel header file
-Erik git-svn-id: svn://busybox.net/trunk/busybox@6327 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/libiproute/ipaddress.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c
index 77368fb3c..88438179d 100644
--- a/networking/libiproute/ipaddress.c
+++ b/networking/libiproute/ipaddress.c
@@ -22,9 +22,8 @@
22 22
23#include <arpa/inet.h> 23#include <arpa/inet.h>
24 24
25#define sysinfo kernel_sysinfo 25#include <net/if.h>
26#include <linux/if_arp.h> 26#include <net/if_arp.h>
27#undef sysinfo
28 27
29#include "rt_names.h" 28#include "rt_names.h"
30#include "utils.h" 29#include "utils.h"