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

@ -25,10 +25,13 @@
#include <arpa/inet.h>
#include <netinet/ip.h>
#include <netinet/in.h>
#define sysinfo kernel_sysinfo
#include <linux/if_arp.h>
#undef sysinfo
#include <net/if.h>
#include <net/if_arp.h>
#include <asm/types.h>
#define __constant_htons htons
#include <linux/if_tunnel.h>
#include "rt_names.h"