summarylogtreecommitdiffstats
path: root/iostat.h.patch
diff options
context:
space:
mode:
authorNick Burrett2018-12-06 21:39:54 +0000
committerNick Burrett2018-12-06 21:39:54 +0000
commitd6a9f4db21474fceb0c7bdf2046c1d326459f3ba (patch)
tree17e1034ea661eab1164076cd8e37929150cb9492 /iostat.h.patch
parenta22e51e9f8beb539bf7bcb500e91e9553209e53e (diff)
downloadaur-lizardfs.tar.gz
- Fix build error caused by missing decl for makedev()
- Change fuse to fuse2 dependency. fuse3 isn't supported until the 3.13 release
Diffstat (limited to 'iostat.h.patch')
-rw-r--r--iostat.h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/iostat.h.patch b/iostat.h.patch
new file mode 100644
index 000000000000..7ac70fa95d1e
--- /dev/null
+++ b/iostat.h.patch
@@ -0,0 +1,10 @@
+--- lizardfs-3.12.0/src/chunkserver/iostat.h.orig 2018-12-06 21:07:22.147629984 +0000
++++ lizardfs-3.12.0/src/chunkserver/iostat.h 2018-12-06 21:07:41.183716453 +0000
+@@ -44,6 +44,7 @@
+ #else
+ #include <cstdio>
+ #include <ctime>
++#include <sys/sysmacros.h>
+ #include <sys/vfs.h>
+
+ class IoStat {