git: build: Adjust _CMSG_ALIGN() for portability

Roy Marples roy at crater.dragonflybsd.org
Wed Sep 11 12:28:05 PDT 2019


commit b3aa44a1fb12417a3c45a78a0620e126ae6b624d
Author: Roy Marples <roy at marples.name>
Date:   Wed Sep 11 20:25:11 2019 +0100

    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

Summary of changes:
 sys/sys/socket.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3aa44a1fb12417a3c45a78a0620e126ae6b624d


-- 
DragonFly BSD source repository



More information about the Commits mailing list