aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lizardfs/fix-headers.patch
diff options
context:
space:
mode:
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>