mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 01:09:53 +00:00
de15108160
struct msghdr under musl uses padding ints for 64-bit, which means we can't direct initialize like this. Switch to initializing each member explicitly. Signed-off-by: Rosen Penev <rosenp@gmail.com>