relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 28 Aug 2011 16:32:05 +0000 (16:32 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 28 Aug 2011 16:32:05 +0000 (16:32 +0000)
SVN-Revision: 28106

package/relayd/patches/100-drop_include.patch [new file with mode: 0644]

diff --git a/package/relayd/patches/100-drop_include.patch b/package/relayd/patches/100-drop_include.patch
new file mode 100644 (file)
index 0000000..afad384
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/relayd.h
++++ b/relayd.h
+@@ -27,7 +27,6 @@
+ #include <linux/if_packet.h>
+ #include <linux/rtnetlink.h>
+-#include <linux/neighbour.h>
+ #include <stdint.h>
+ #include <stdbool.h>