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.
Make CMSG_*() work without having NULL available. Tags None Referenced Files None Subscribers None
Description
Details
|