wsdd2: fix compilation with GCC14 and 64-bit
authorRosen Penev <rosenp@gmail.com>
Sun, 2 Jun 2024 00:31:48 +0000 (17:31 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 2 Jun 2024 03:58:26 +0000 (20:58 -0700)
commitde15108160179ed9ebe083ecccf96705f6b28ffa
tree2063bed99524ea31363949ae4287ad8a9c6f2ffe
parentc87b846cacadf30db10b837dbee7b9dbbd3fffc4
wsdd2: fix compilation with GCC14 and 64-bit

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>
net/wsdd2/Makefile
net/wsdd2/patches/010-gcc14.patch [new file with mode: 0644]