Eliminate most instances where we use linux kernel headers

-Erik
This commit is contained in:
Eric Andersen
2003-01-14 08:54:08 +00:00
parent 92a06d0943
commit ab4e19afc6
6 changed files with 38 additions and 17 deletions

View File

@ -11,11 +11,7 @@
#include <arpa/inet.h>
#include <string.h>
#define sysinfo kernel_sysinfo
#include <linux/if_arp.h>
#undef sysinfo
#include <net/if_arp.h>
#include "utils.h"
#include "libbb.h"