summaryrefslogtreecommitdiff
path: root/pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-04-04 16:50:58 -0700
committerMichael Forney <mforney@mforney.org>2020-04-04 22:09:03 -0700
commit059130110cd02d2c264eb25544269b4f75aa90d9 (patch)
tree4ec263c1bdc66bb83bea5dc6a77822fbae545c60 /pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch
parent23691668cf005c591d2a270ff2eaa8d3ca750f55 (diff)
iproute2: Update to 5.6.0
Diffstat (limited to 'pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch')
-rw-r--r--pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch b/pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch
index 82afa18a..2f0508b3 100644
--- a/pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch
+++ b/pkg/iproute2/patch/0002-Avoid-pointer-arithmetic-on-void.patch
@@ -1,4 +1,4 @@
-From 87e689570abaabf8ffaff0682a4fa4d528fab2ce Mon Sep 17 00:00:00 2001
+From d580bcc2f406db4980013e665441258fd42a4c2a Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Tue, 12 Mar 2019 19:12:31 -0700
Subject: [PATCH] Avoid pointer arithmetic on `void *`
@@ -14,7 +14,7 @@ Subject: [PATCH] Avoid pointer arithmetic on `void *`
7 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/include/libnetlink.h b/include/libnetlink.h
-index 8ebdc6d3..ff5d92fa 100644
+index e27516f7..253d2141 100644
--- a/include/libnetlink.h
+++ b/include/libnetlink.h
@@ -169,7 +169,7 @@ struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type);
@@ -26,7 +26,7 @@ index 8ebdc6d3..ff5d92fa 100644
RTA_ALIGN((rta)->rta_len)))
#define parse_rtattr_nested(tb, max, rta) \
-@@ -232,7 +232,7 @@ int rtnl_from_file(FILE *, rtnl_listen_filter_t handler,
+@@ -233,7 +233,7 @@ int rtnl_from_file(FILE *, rtnl_listen_filter_t handler,
void *jarg);
#define NLMSG_TAIL(nmsg) \
@@ -153,5 +153,5 @@ index c6f19ce1..d02bc32d 100644
len = size;
--
-2.25.0
+2.26.0