]> git.ipfire.org Git - thirdparty/lldpd.git/commit - include/linux/if_vlan.h
build: ship a include/ directory
authorVincent Bernat <bernat@luffy.cx>
Sat, 22 Dec 2012 20:14:18 +0000 (21:14 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 22 Dec 2012 22:22:38 +0000 (23:22 +0100)
commit2516cfb1d6d474d41cd7effa8d2372fb44939649
tree6bddfbb95e4167392a5d0c85b65b0baba5109651
parentc557a63b6a17a71cf1deabba5755776f0a33257d
build: ship a include/ directory

Some (old) distributions are shipping outdated kernel headers. Some
oddities were detected in `configure` and corrected in `compat.h` but
this is cumbersome. Like `iproute`, we now ship a "complete" include/
directory containing the missing bits. It comes from a 3.6.9
kernel. Using too recent headers with too old kernel should not be a
problem. Those headers are just definition and there was not guarantee
that the kernel used to compile was the one which will be used to run.
30 files changed:
Makefile.am
README.md
configure.ac
include/linux/ethtool.h [new file with mode: 0644]
include/linux/filter.h [new file with mode: 0644]
include/linux/hdlc/ioctl.h [new file with mode: 0644]
include/linux/if.h [new file with mode: 0644]
include/linux/if_addr.h [new file with mode: 0644]
include/linux/if_bonding.h [new file with mode: 0644]
include/linux/if_bridge.h [new file with mode: 0644]
include/linux/if_ether.h [new file with mode: 0644]
include/linux/if_link.h [new file with mode: 0644]
include/linux/if_packet.h [new file with mode: 0644]
include/linux/if_vlan.h [new file with mode: 0644]
include/linux/neighbour.h [new file with mode: 0644]
include/linux/netlink.h [new file with mode: 0644]
include/linux/rtnetlink.h [new file with mode: 0644]
include/linux/socket.h [new file with mode: 0644]
include/linux/sockios.h [new file with mode: 0644]
include/linux/types.h [new file with mode: 0644]
include/linux/wireless.h [new file with mode: 0644]
include/sys/queue.h [new file with mode: 0644]
m4/ethtool.m4 [deleted file]
src/Makefile.am
src/client/Makefile.am
src/compat/compat.h
src/daemon/Makefile.am
src/daemon/interfaces-linux.c
src/lib/Makefile.am
tests/Makefile.am