dhcpcd: fix build with musl 1566/head
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 12 Jul 2015 19:06:58 +0000 (21:06 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 12 Jul 2015 19:08:45 +0000 (21:08 +0200)
commitb38a8c14572c142532c971471574c8cb2edb3374
tree8d17efd88f6917eae50086a5e732e570742dc449
parent71f5ef9b2845f4ff2f7ab074d4c1047946812285
dhcpcd: fix build with musl

Do not cast to caddr_t, but use a void * instead, the members are all void *.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
net/dhcpcd/patches/001-fix-musl.patch [new file with mode: 0644]