mountd: remove a bogus include to fix compile with musl
[openwrt.git] / package / system / mountd / patches / 050-no_error_h.patch
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 (file)
index 0000000..16a75f0
--- /dev/null
@@ -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>