summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch')
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch b/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch
index 35712452..f1f9befe 100644
--- a/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch
@@ -1,17 +1,18 @@
1From 1cec65e45f011c3f52eed5e27d3d816502e36610 Mon Sep 17 00:00:00 2001 1From 28b2d17de9414161d5edd67766bd4b452cd809ef 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:12:51 -0700 3Date: Mon, 20 Mar 2017 12:12:51 -0700
4Subject: [PATCH 1/2] use the linux if_packet.h Interface directly 4Subject: [PATCH] use the linux if_packet.h Interface directly
5 5
6Helps compiling with musl 6Helps compiling with musl
7 7
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9
9--- 10---
10 lib/netdev-linux.c | 3 +-- 11 lib/netdev-linux.c | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-) 12 1 file changed, 1 insertion(+), 2 deletions(-)
12 13
13diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c 14diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c
14index a5a9ec1ab..9dd40acdd 100644 15index fccf88f..b703156 100644
15--- a/lib/netdev-linux.c 16--- a/lib/netdev-linux.c
16+++ b/lib/netdev-linux.c 17+++ b/lib/netdev-linux.c
17@@ -33,14 +33,13 @@ 18@@ -33,14 +33,13 @@
@@ -30,6 +31,3 @@ index a5a9ec1ab..9dd40acdd 100644
30 #include <net/route.h> 31 #include <net/route.h>
31 #include <netinet/in.h> 32 #include <netinet/in.h>
32 #include <poll.h> 33 #include <poll.h>
33--
342.12.0
35