diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 17:32:56 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:45:58 +0800 |
commit | a6f12135041bc79af8a831d4f4d3d946ed1c27bc (patch) | |
tree | 5ca66fe2f43e47e74070dc14710c4db195e724e9 /databases/tarantool-c/files/patch-test-plain_test.c | |
parent | databases/plpgsql_check: Update to 2.1.2 (diff) |
databases/tarantool-c: Convert REINPLACE_CMD to patch files
Diffstat (limited to 'databases/tarantool-c/files/patch-test-plain_test.c')
-rw-r--r-- | databases/tarantool-c/files/patch-test-plain_test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tarantool-c/files/patch-test-plain_test.c b/databases/tarantool-c/files/patch-test-plain_test.c new file mode 100644 index 000000000000..0264a64711b0 --- /dev/null +++ b/databases/tarantool-c/files/patch-test-plain_test.c @@ -0,0 +1,11 @@ +--- test/plain_test.c.orig 2021-11-26 15:16:51 UTC ++++ test/plain_test.c +@@ -8,7 +8,7 @@ + + #include <sys/uio.h> + +-#include <msgpuck/msgpuck.h> ++#include <msgpuck.h> + + #include <tarantool/tnt_net.h> + |