From: Felix Fietkau 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://git.lede-project.org./?a=commitdiff_plain;h=43feb878b55f6bb40a9090613f570d4d98448349;p=openwrt%2Fsvn-archive%2Farchive.git relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997) SVN-Revision: 28106 --- diff --git a/package/relayd/patches/100-drop_include.patch b/package/relayd/patches/100-drop_include.patch new file mode 100644 index 0000000000..afad384172 --- /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