diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 08:49:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 08:49:41 +0000 |
commit | 89ce76718e726ee2753efa7df957eb8324bedfbe (patch) | |
tree | caf0d9658756bac1ba17dd9daad83a3e490154fb /main/dhcpcd/fix-caddr_t.patch | |
parent | 6c1a7c747574984b8bce8579218b8b1f6ee46dcb (diff) | |
download | aports-89ce76718e726ee2753efa7df957eb8324bedfbe.tar.bz2 aports-89ce76718e726ee2753efa7df957eb8324bedfbe.tar.xz |
main/dhcpcd: upgrade to 6.4.7
Diffstat (limited to 'main/dhcpcd/fix-caddr_t.patch')
-rw-r--r-- | main/dhcpcd/fix-caddr_t.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/dhcpcd/fix-caddr_t.patch b/main/dhcpcd/fix-caddr_t.patch deleted file mode 100644 index 2fa00a9bd6..0000000000 --- a/main/dhcpcd/fix-caddr_t.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./dhcp6.c.orig -+++ ./dhcp6.c -@@ -835,8 +835,8 @@ - - ctx = ifp->ctx->ipv6; - dst.sin6_scope_id = ifp->index; -- ctx->sndhdr.msg_name = (caddr_t)&dst; -- ctx->sndhdr.msg_iov[0].iov_base = (caddr_t)state->send; -+ ctx->sndhdr.msg_name = (void *)&dst; -+ ctx->sndhdr.msg_iov[0].iov_base = (void *)state->send; - ctx->sndhdr.msg_iov[0].iov_len = state->send_len; - - /* Set the outbound interface */ |