diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 02:38:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 02:38:25 -0300 |
commit | fd4eec108c9677df158e0ff09e683728b5b457d0 (patch) | |
tree | b4088d40b6e8fe7a45c9edc526a4b3c8ea53c6bc /testing/lizardfs/fix-headers.patch | |
parent | 17ab0a9276a295858bdfb59ba35431660de0ff05 (diff) | |
download | aports-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.patch | 12 |
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> |