aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvswitch/0002-fix-wait-any.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-28 20:28:07 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-28 23:21:49 +0200
commit37504e4898503d315252c439ab6bb250a198d2e2 (patch)
treedf73de836419374bc779a223802e28028e1f3c1c /main/openvswitch/0002-fix-wait-any.patch
parentbc2fd727007d18814c28cd6d0df7453d6b23e8be (diff)
main/openvswitch: update to 2.6.0
the stack size in lib/ovs-thread.c is now set to 512 bytes by ovs so the patch is no longer needed. http://openvswitch.org/releases/NEWS-2.6.0
Diffstat (limited to 'main/openvswitch/0002-fix-wait-any.patch')
-rw-r--r--main/openvswitch/0002-fix-wait-any.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/openvswitch/0002-fix-wait-any.patch b/main/openvswitch/0002-fix-wait-any.patch
index 085fa36f4b1..a4f731da29e 100644
--- a/main/openvswitch/0002-fix-wait-any.patch
+++ b/main/openvswitch/0002-fix-wait-any.patch
@@ -5,9 +5,9 @@ See:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/waitpid.html
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
---- openvswitch-2.5.0/tests/test-ovn.c
-+++ openvswitch-2.5.0/tests/test-ovn.c.new
-@@ -19,6 +19,11 @@
+--- openvswitch-2.6.0/tests/test-ovn.c
++++ openvswitch-2.6.0/tests/test-ovn.c.new
+@@ -18,6 +18,11 @@
#include <errno.h>
#include <getopt.h>
#include <sys/wait.h>
@@ -16,6 +16,6 @@ http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
+#define WAIT_ANY (-1)
+#endif
+
- #include "dynamic-string.h"
+ #include "command-line.h"
#include "fatal-signal.h"
- #include "match.h"
+ #include "flow.h"