mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
openvswitch: upgrade to version 2.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
Reference in New Issue
Block a user