HomeFreeBSD

Make CMSG_*() work without having NULL available.

Description

Make CMSG_*() work without having NULL available.

The <sys/socket.h> is not supposed to declare NULL, according to POSIX.
Our implementation complies with that, meaning that we need to make sure
that CMSG_*() doesn't use it.

Details

Provenance
edAuthored on
Parents
rS301037: Implement _ALIGN() using internal integer types.
Branches
Unknown
Tags
Unknown