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>2024-03-16 00:17:10 -0700
committerMichael Forney <mforney@mforney.org>2024-03-17 00:27:08 -0700
commitb2f81fb67cfd273ed556da99d8489dfd4fe1e9c0 (patch)
tree90b10ad0a3af33474c9fbfa55bde6fe061f1055f /pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
parent0abe55ca58448382acd9de91e2474d9735d3b72f (diff)
iproute2: Update to 6.8.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 251ae703..7bd23494 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 d01fedaf6124f77cee82d8023e8ed0aa1cec345a Mon Sep 17 00:00:00 2001
+From 2ce43bae10979eb95b42432eec4c6589ee1676a1 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 10f6c2c6..de7f21d6 100644
+index 95314af5..b3ee3eef 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
-@@ -151,7 +151,6 @@ static int on_off(const char *msg, const char *realval)
+@@ -141,7 +141,6 @@ static int on_off(const char *msg, const char *realval)
return -1;
}
@@ -19,7 +19,7 @@ index 10f6c2c6..de7f21d6 100644
static struct link_util *linkutil_list;
struct link_util *get_link_kind(const char *id)
-@@ -160,21 +159,102 @@ struct link_util *get_link_kind(const char *id)
+@@ -150,21 +149,102 @@ struct link_util *get_link_kind(const char *id)
char buf[256];
struct link_util *l;
@@ -132,5 +132,5 @@ index 10f6c2c6..de7f21d6 100644
snprintf(buf, sizeof(buf), "%s_link_util", id);
l = dlsym(dlh, buf);
--
-2.34.1
+2.44.0