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>2022-02-17 22:57:03 -0800
committerMichael Forney <mforney@mforney.org>2022-02-18 02:58:00 -0800
commitd69c7d5739dd7d6cd7ae1bb2e38ce3e570a8acab (patch)
tree496b9ec6ed1888b71dff13ac0968beff20901793 /pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
parent6cf42d4e86d90e0d1cd23fe3af2502a164f31e9a (diff)
iproute2: Update to 5.16.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 8a3728e9..251ae703 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 3ee799ca4d64cc852b0443d7cb62e659ec24f25a Mon Sep 17 00:00:00 2001
+From d01fedaf6124f77cee82d8023e8ed0aa1cec345a 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, 90 insertions(+), 10 deletions(-)
diff --git a/ip/iplink.c b/ip/iplink.c
-index 3b146881..f2e18c0b 100644
+index 10f6c2c6..de7f21d6 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
-@@ -150,7 +150,6 @@ static int on_off(const char *msg, const char *realval)
+@@ -151,7 +151,6 @@ static int on_off(const char *msg, const char *realval)
return -1;
}
@@ -19,7 +19,7 @@ index 3b146881..f2e18c0b 100644
static struct link_util *linkutil_list;
struct link_util *get_link_kind(const char *id)
-@@ -159,21 +158,102 @@ struct link_util *get_link_kind(const char *id)
+@@ -160,21 +159,102 @@ struct link_util *get_link_kind(const char *id)
char buf[256];
struct link_util *l;
@@ -132,5 +132,5 @@ index 3b146881..f2e18c0b 100644
snprintf(buf, sizeof(buf), "%s_link_util", id);
l = dlsym(dlh, buf);
--
-2.34.0
+2.34.1