summaryrefslogtreecommitdiff
path: root/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
diff options
context:
space:
mode:
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 8f0b6fe2..8c7b7b0f 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 566697dc815cbc6121892303dc9588fcd77a1ace Mon Sep 17 00:00:00 2001
+From 5cdc7a38a66b85fde75b24fc1e78c31fe6d095ca 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 1a88c8be..caa8aa01 100644
+index 89a7da63..5457e638 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
-@@ -141,7 +141,6 @@ static int on_off(const char *msg, const char *realval)
+@@ -149,7 +149,6 @@ static int on_off(const char *msg, const char *realval)
return -1;
}
@@ -19,7 +19,7 @@ index 1a88c8be..caa8aa01 100644
static struct link_util *linkutil_list;
struct link_util *get_link_kind(const char *id)
-@@ -150,21 +149,98 @@ struct link_util *get_link_kind(const char *id)
+@@ -158,21 +157,98 @@ struct link_util *get_link_kind(const char *id)
char buf[256];
struct link_util *l;
@@ -128,5 +128,5 @@ index 1a88c8be..caa8aa01 100644
snprintf(buf, sizeof(buf), "%s_link_util", id);
l = dlsym(dlh, buf);
--
-2.30.0
+2.31.1