route: rename internal copy of kernel header file 'inetdevice.h' to 'ip.h'

libnl used 'inetdevice.h' for the IPV4_DEVCONF_* names, which the kernel
in the meantime moved to public user space API and are now defined in 'ip.h'.

As a first step, rename the file 'inetdevice.h'.

Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-03-20 19:18:45 +01:00
parent 5981a39583
commit 1048a610fb
3 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ noinst_HEADERS = \
linux/if_bridge.h \
linux/if_link.h \
linux/if_vlan.h \
linux/inetdevice.h \
linux/ip.h \
linux/ip_mp_alg.h \
linux/ipv6.h \
linux/can/netlink.h \

View file

@ -51,7 +51,7 @@
#include <linux/gen_stats.h>
#include <linux/ip_mp_alg.h>
#include <linux/atm.h>
#include <linux/inetdevice.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/snmp.h>