relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Aug 2011 16:32:05 +0000 (16:32 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Aug 2011 16:32:05 +0000 (16:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28106 3c298f89-4303-0410-b956-a3cf2f4a3e73

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>