From: nbd Date: Sun, 28 Aug 2011 16:32:05 +0000 (+0000) Subject: relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e6d2c427c3cbaa9bc162b5db2fb94882a6dbfa00;p=10.03%2Fopenwrt.git relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28106 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/relayd/patches/100-drop_include.patch b/package/relayd/patches/100-drop_include.patch new file mode 100644 index 000000000..afad38417 --- /dev/null +++ b/package/relayd/patches/100-drop_include.patch @@ -0,0 +1,10 @@ +--- a/relayd.h ++++ b/relayd.h +@@ -27,7 +27,6 @@ + + #include + #include +-#include + + #include + #include