summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-src-lib-swim-swim_transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tarantool/files/patch-src-lib-swim-swim_transport.h')
-rw-r--r--databases/tarantool/files/patch-src-lib-swim-swim_transport.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_transport.h b/databases/tarantool/files/patch-src-lib-swim-swim_transport.h
deleted file mode 100644
index a15aaa88a19e..000000000000
--- a/databases/tarantool/files/patch-src-lib-swim-swim_transport.h
+++ /dev/null
@@ -1,15 +0,0 @@
-Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed
- https://github.com/tarantool/tarantool/commit/03e114b91a55dbb89ea9b0b5f134dd6a19ea6a81
-
---- src/lib/swim/swim_transport.h.orig 2019-04-05 11:27:32 UTC
-+++ src/lib/swim/swim_transport.h
-@@ -31,7 +31,9 @@
- * SUCH DAMAGE.
- */
- #include "trivia/util.h"
-+#include <netinet/in.h>
- #include <arpa/inet.h>
-+#include <unistd.h>
-
- /** Transport implementation. */
- struct swim_transport {