aboutsummaryrefslogtreecommitdiff
path: root/dbus/iwd/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-03 10:23:40 +0100
committerCem Keylan <cem@ckyln.com>2021-11-03 10:23:40 +0100
commit735190c3909239205e429eb08e802b97582dd787 (patch)
tree4a53bac26c38c8a5399b836d681e7322c26cd469 /dbus/iwd/patches
parent0f33a350b22e6f313b00e98a2634324bb767508e (diff)
downloadrepository-735190c3909239205e429eb08e802b97582dd787.tar.gz
iwd: bump to 1.19
Diffstat (limited to 'dbus/iwd/patches')
-rw-r--r--dbus/iwd/patches/musl-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dbus/iwd/patches/musl-fix.patch b/dbus/iwd/patches/musl-fix.patch
deleted file mode 100644
index 58d12bfe..00000000
--- a/dbus/iwd/patches/musl-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- iwd.orig/src/netconfig.c Tue Sep 14 23:01:22 2021
-+++ iwd/src/netconfig.c Thu Sep 16 12:38:50 2021
-@@ -185,7 +185,7 @@
- struct in6_addr in6_addr;
- char *addr_str = l_malloc(INET6_ADDRSTRLEN);
-
-- memcpy(in6_addr.__in6_u.__u6_addr8, addr, 16);
-+ memcpy(in6_addr.__in6_union.__s6_addr, addr, 16);
-
- if (L_WARN_ON(unlikely(!inet_ntop(AF_INET6, &in6_addr, addr_str,
- INET6_ADDRSTRLEN)))) {