aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-09 13:48:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-09 13:48:00 +0000
commit6114bc1bbb904490df2b0a029f5527fe4fa0a422 (patch)
tree1b93aa9a10d82ffee118ac1548c65b7534db80f7 /package
parent4a5380c1f4b1369ad07ce04c81d515fdfc671cee (diff)
downloadmaster-187ad058-6114bc1bbb904490df2b0a029f5527fe4fa0a422.tar.gz
master-187ad058-6114bc1bbb904490df2b0a029f5527fe4fa0a422.tar.bz2
master-187ad058-6114bc1bbb904490df2b0a029f5527fe4fa0a422.zip
mountd: remove a bogus include to fix compile with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/system/mountd/patches/050-no_error_h.patch10
1 files changed, 10 insertions, 0 deletions
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 <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <error.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>