summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch')
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch b/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch
index e44ffdaf..f997bbff 100644
--- a/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/0002-Define-WAIT_ANY-if-not-provided-by-system.patch
@@ -1,21 +1,22 @@
1From 803bde12d32d16eefeae03422a0ac682e0601c43 Mon Sep 17 00:00:00 2001 1From 801023e72b31e7c49cbccedd76ade33a17fcbe45 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 20 Mar 2017 12:13:30 -0700 3Date: Mon, 20 Mar 2017 12:13:30 -0700
4Subject: [PATCH 2/2] Define WAIT_ANY if not provided by system 4Subject: [PATCH] Define WAIT_ANY if not provided by system
5 5
6POSIX does not define it and uses -1 directly 6POSIX does not define it and uses -1 directly
7some libc do not have this definitions 7some libc do not have this definitions
8 8
9Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
10--- 11---
11 tests/test-ovn.c | 4 ++++ 12 tests/test-ovn.c | 4 ++++
12 1 file changed, 4 insertions(+) 13 1 file changed, 4 insertions(+)
13 14
14diff --git a/tests/test-ovn.c b/tests/test-ovn.c 15diff --git a/tests/test-ovn.c b/tests/test-ovn.c
15index 2e82a6f0d..76e7db9fb 100644 16index 84adf81..2bc6bdf 100644
16--- a/tests/test-ovn.c 17--- a/tests/test-ovn.c
17+++ b/tests/test-ovn.c 18+++ b/tests/test-ovn.c
18@@ -37,6 +37,10 @@ 19@@ -38,6 +38,10 @@
19 #include "simap.h" 20 #include "simap.h"
20 #include "util.h" 21 #include "util.h"
21 22
@@ -26,6 +27,3 @@ index 2e82a6f0d..76e7db9fb 100644
26 /* --relops: Bitmap of the relational operators to test, in exhaustive test. */ 27 /* --relops: Bitmap of the relational operators to test, in exhaustive test. */
27 static unsigned int test_relops; 28 static unsigned int test_relops;
28 29
29--
302.12.0
31