K 10 svn:author V 5 harti K 8 svn:date V 27 2004-07-16T17:42:48.000000Z K 7 svn:log V 235 According to POSIX sys/socket.h must define CMSG_NXTHDR but most not define NULL. This means we cannot use NULL in the definition of CMSG_NXTHDR. So replace NULL with 0. PR: kern/60309 Submitted by: Jeff King END