diff options
Diffstat (limited to 'databases/tarantool/files/patch-src-lib-swim-swim_proto.c')
-rw-r--r-- | databases/tarantool/files/patch-src-lib-swim-swim_proto.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_proto.c b/databases/tarantool/files/patch-src-lib-swim-swim_proto.c deleted file mode 100644 index 5ab781cb278c..000000000000 --- a/databases/tarantool/files/patch-src-lib-swim-swim_proto.c +++ /dev/null @@ -1,12 +0,0 @@ -Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed - ---- src/lib/swim/swim_proto.c.orig -+++ src/lib/swim/swim_proto.c -@@ -33,6 +33,7 @@ - #include "say.h" - #include "version.h" - #include "diag.h" -+#include <sys/socket.h> /* AF_INET for FreeBSD. */ - - const char *swim_member_status_strs[] = { - "alive", |