mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
Align the first member of `struct sockaddr` and `struct sockaddr_storage` as `uint32_t` to elevate the alignment of the structure to level of `uint32_t`. This is needed as `struct sockaddr_in` uses an `uint32_t` to store the IPv4 address, previously resulting in `struct sockaddr_in` currently having a greater alignment requirement that `struct sockaddr_storage`.