Sören Tempel b0d2c2ccc9 unmaintained/lizardfs: move from testing
Doesn't have a maintainer and still requires python2. Current git HEAD
has support for python3 [0]. Unfortunately, there hasn't been a new
release yet and upgrading to git HEAD will be a lot of work as various
file paths changed. I attempt such an upgrade but as I do not use the
software and the changes were too intrusive I decided against merging
them and moving this package to unmaintained instead [1].

If you use this software feel free to take over maintainership, update
it to a version which doesn't require python2, and put it back into
testing.

[0]: 10b4ab6c6f
[1]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/8591
2020-05-30 17:23:36 +02:00

23 lines
629 B
Diff

From a5e1cedf22509b88e402aabb96642c2216c6a3ce Mon Sep 17 00:00:00 2001
From: Jonathan Dieter <jdieter@gmail.com>
Date: Thu, 15 Mar 2018 14:26:03 +0200
Subject: [PATCH] Add missing header
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
---
src/chunkserver/iostat.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/chunkserver/iostat.h b/src/chunkserver/iostat.h
index e1a50e97..09a04c67 100644
--- a/src/chunkserver/iostat.h
+++ b/src/chunkserver/iostat.h
@@ -28,6 +28,7 @@
#include <algorithm>
#include <unordered_map>
#include <vector>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <sys/types.h>