summaryrefslogtreecommitdiff
path: root/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-12-20 20:18:20 -0800
committerMichael Forney <mforney@mforney.org>2020-12-25 13:59:04 -0800
commit912a51bec2a824190510b7d878509189bdb98be2 (patch)
tree4c8db895969d5e0907cce733799b12fc5c084bac /pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
parentfb15b39e7aa1ddb39ed2226f4c9b0e3cac70bd5b (diff)
iproute2: Update to 5.10.0
Diffstat (limited to 'pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch')
-rw-r--r--pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch b/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
index 9d18d4e3..3b27caf0 100644
--- a/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
+++ b/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
@@ -1,4 +1,4 @@
-From 770cec2780c804cb65a8e6e4ded1d5ea4627c8f3 Mon Sep 17 00:00:00 2001
+From 9a6fd13d2d2a51ea1f0dd42f8f3d7306a3711180 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Mon, 24 Jun 2019 16:03:55 -0700
Subject: [PATCH] ip: Fix get_link_kind when linked statically
@@ -8,10 +8,10 @@ Subject: [PATCH] ip: Fix get_link_kind when linked statically
1 file changed, 86 insertions(+), 10 deletions(-)
diff --git a/ip/iplink.c b/ip/iplink.c
-index edb88b02..76207e63 100644
+index 4bd8c3cd..f40c8ccc 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
-@@ -143,7 +143,6 @@ static int on_off(const char *msg, const char *realval)
+@@ -144,7 +144,6 @@ static int on_off(const char *msg, const char *realval)
return -1;
}
@@ -19,7 +19,7 @@ index edb88b02..76207e63 100644
static struct link_util *linkutil_list;
struct link_util *get_link_kind(const char *id)
-@@ -152,21 +151,98 @@ struct link_util *get_link_kind(const char *id)
+@@ -153,21 +152,98 @@ struct link_util *get_link_kind(const char *id)
char buf[256];
struct link_util *l;
@@ -128,5 +128,5 @@ index edb88b02..76207e63 100644
snprintf(buf, sizeof(buf), "%s_link_util", id);
l = dlsym(dlh, buf);
--
-2.27.0
+2.29.2