Skip to content

Commit

Permalink
route: rename internal copy of kernel header file 'inetdevice.h' to '…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
thom311 committed Mar 21, 2014
1 parent 5981a39 commit 1048a61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/Makefile.am
Expand Up @@ -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 \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/netlink-private/netlink.h
Expand Up @@ -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>

Expand Down

0 comments on commit 1048a61

Please sign in to comment.