mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 07:53:07 +00:00
mountd: remove a bogus include to fix compile with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41062
This commit is contained in:
parent
24662e6122
commit
35d703c8a6
10
package/system/mountd/patches/050-no_error_h.patch
Normal file
10
package/system/mountd/patches/050-no_error_h.patch
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user