projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mountd: remove a bogus include to fix compile with musl
[openwrt.git]
/
package
/
system
/
mountd
/
patches
/
050-no_error_h.patch
1
--- a/lib/fs.c
2
+++ b/lib/fs.c
3
@@ -2,7 +2,6 @@
4
#include <unistd.h>
5
#include <stdlib.h>
6
#include <string.h>
7
-#include <error.h>
8
#include <sys/types.h>
9
#include <sys/stat.h>
10
#include <fcntl.h>