aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/patches
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2015-08-04 14:18:35 +0300
committerAlexandru Ardelean <ardeleanalex@gmail.com>2015-08-04 17:03:32 +0300
commit57e39052a880aa283bac78e10234a0a97af34ed8 (patch)
tree364f04e414ad7f659a7c9d3a731ecc973f9462f6 /net/openvswitch/patches
parent0ffa81ea9e12b53d8ae006f225802985071b3491 (diff)
openvswitch: upgrade to version 2.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'net/openvswitch/patches')
-rw-r--r--net/openvswitch/patches/0005-add-wait-any-define-in-test-ovn.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/openvswitch/patches/0005-add-wait-any-define-in-test-ovn.patch b/net/openvswitch/patches/0005-add-wait-any-define-in-test-ovn.patch
new file mode 100644
index 000000000..d6dd6a1d5
--- /dev/null
+++ b/net/openvswitch/patches/0005-add-wait-any-define-in-test-ovn.patch
@@ -0,0 +1,14 @@
+diff --git a/tests/test-ovn.c b/tests/test-ovn.c
+index 60b87de..4ad3697 100644
+--- a/tests/test-ovn.c
++++ b/tests/test-ovn.c
+@@ -974,6 +974,9 @@ test_tree_shape_exhaustively(struct expr *expr, struct shash *symtab,
+ }
+
+ #ifndef _WIN32
++#ifndef WAIT_ANY
++#define WAIT_ANY (-1)
++#endif
+ static void
+ wait_pid(pid_t *pids, int *n)
+ {