aboutsummaryrefslogtreecommitdiffstats
path: root/testing/raft/unistd-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/raft/unistd-include.patch')
-rw-r--r--testing/raft/unistd-include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/raft/unistd-include.patch b/testing/raft/unistd-include.patch
deleted file mode 100644
index f3166eef7b3..00000000000
--- a/testing/raft/unistd-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/test/lib/dir.h b/test/lib/dir.h
-index eeb5ab5..ba66f21 100644
---- a/test/lib/dir.h
-+++ b/test/lib/dir.h
-@@ -8,6 +8,7 @@
- #define TEST_DIR_H
-
- #include "munit.h"
-+#include "unistd.h"
-
- /* Munit parameter defining the file system type backing the temporary directory
- * created by test_dir_setup().