aboutsummaryrefslogtreecommitdiff
path: root/dbus/iwd/patches
diff options
context:
space:
mode:
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)))) {