mirror of
https://github.com/openwrt/packages.git
synced 2025-08-11 09:33:00 +00:00
Split musl patch into multiple small ones. Much easier to reason about. Removed stack protector patch. This is not an issue anymore. Removed NLS support. There seems to be a linking issue as libiconv-stub does not have a shared library component. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
189 B
Diff
12 lines
189 B
Diff
--- a/src/dav_fuse.c
|
|
+++ b/src/dav_fuse.c
|
|
@@ -48,6 +48,8 @@
|
|
#include <sys/stat.h>
|
|
#endif
|
|
|
|
+#include <sys/select.h>
|
|
+
|
|
#include "defaults.h"
|
|
#include "mount_davfs.h"
|
|
#include "cache.h"
|