aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lizardfs/fix-headers.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 02:38:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-23 02:38:25 -0300
commitfd4eec108c9677df158e0ff09e683728b5b457d0 (patch)
treeb4088d40b6e8fe7a45c9edc526a4b3c8ea53c6bc /testing/lizardfs/fix-headers.patch
parent17ab0a9276a295858bdfb59ba35431660de0ff05 (diff)
downloadaports-fd4eec108c9677df158e0ff09e683728b5b457d0.tar.bz2
aports-fd4eec108c9677df158e0ff09e683728b5b457d0.tar.xz
unmaintained/lizardfs: move from testing
Diffstat (limited to 'testing/lizardfs/fix-headers.patch')
-rw-r--r--testing/lizardfs/fix-headers.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/lizardfs/fix-headers.patch b/testing/lizardfs/fix-headers.patch
deleted file mode 100644
index 3b8746aa8d..0000000000
--- a/testing/lizardfs/fix-headers.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/common/lockfile.cc b/src/common/lockfile.cc
-index 209beab..d6ca234 100644
---- a/src/common/lockfile.cc
-+++ b/src/common/lockfile.cc
-@@ -1,6 +1,7 @@
- #include "common/platform.h"
- #include "common/lockfile.h"
-
-+#include <fcntl.h>
- #include <unistd.h>
- #include <sys/file.h>
- #include <sys/types.h>