build: Adjust _CMSG_ALIGN() for portability
authorRoy Marples <roy@marples.name>
Wed, 11 Sep 2019 19:25:11 +0000 (20:25 +0100)
committerRoy Marples <roy@marples.name>
Wed, 11 Sep 2019 19:27:54 +0000 (20:27 +0100)
commitb3aa44a1fb12417a3c45a78a0620e126ae6b624d
treea66a18785b8f60e2183406919e8c2726c5f8e9ee
parent317cc849c31c77172bdc4dc2e9be05d133fc939d
build: Adjust _CMSG_ALIGN() for portability

Not every platform uses the same aligmnet, so use _ALIGNBYTES.
This an ABI break, but this is fine as there was already an ABI
break very recently.

ok: dillon
sys/sys/socket.h