Explorar o código

mountd: remove a bogus include to fix compile with musl

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41062
Felix Fietkau %!s(int64=11) %!d(string=hai) anos
pai
achega
35d703c8a6
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      package/system/mountd/patches/050-no_error_h.patch

+ 10 - 0
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>