From: nbd Date: Mon, 9 Jun 2014 13:48:00 +0000 (+0000) Subject: mountd: remove a bogus include to fix compile with musl X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=75607e2edb465e0098a8bb4bb2252a3b5bb68705;hp=4671e37a9c4480b1139433cf841968a689f35c57;p=openwrt-working-2016%2F.git mountd: remove a bogus include to fix compile with musl Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41062 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/mountd/patches/050-no_error_h.patch b/package/system/mountd/patches/050-no_error_h.patch new file mode 100644 index 0000000000..16a75f0422 --- /dev/null +++ b/package/system/mountd/patches/050-no_error_h.patch @@ -0,0 +1,10 @@ +--- a/lib/fs.c ++++ b/lib/fs.c +@@ -2,7 +2,6 @@ + #include + #include + #include +-#include + #include + #include + #include