aboutsummaryrefslogtreecommitdiff
path: root/net/davfs2/patches/050-sys-types.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-08-11 21:24:43 -0700
committerRosen Penev <rosenp@gmail.com>2020-08-19 14:35:40 -0700
commitc03f25a00a36861a23ea500c0fcb2d6bd3f827b9 (patch)
treefbf95139b39d013a716b918ddfdcb726574663a6 /net/davfs2/patches/050-sys-types.patch
parentf7041ed34ac82a26736f9046999b832e6ad672f5 (diff)
davfs2: update to 1.6.0
Removed now unnecessary gcc10 patch. Removed neon patch. It's now upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/davfs2/patches/050-sys-types.patch')
-rw-r--r--net/davfs2/patches/050-sys-types.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/davfs2/patches/050-sys-types.patch b/net/davfs2/patches/050-sys-types.patch
new file mode 100644
index 000000000..9478b8b78
--- /dev/null
+++ b/net/davfs2/patches/050-sys-types.patch
@@ -0,0 +1,11 @@
+--- a/src/kernel_interface.c
++++ b/src/kernel_interface.c
+@@ -45,6 +45,8 @@
+ #include <unistd.h>
+ #endif
+
++#include <sys/types.h>
++
+ #ifdef HAVE_SYS_MOUNT_H
+ #include <sys/mount.h>
+ #endif