cvs commit: src/sys/sys socket.h
Hartmut Brandt
harti at FreeBSD.org
Fri Jul 16 10:42:49 PDT 2004
harti 2004-07-16 17:42:48 UTC
FreeBSD src repository
Modified files:
sys/sys socket.h
Log:
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 <peff-freebsd at peff.net>
Revision Changes Path
1.82 +1 -1 src/sys/sys/socket.h
More information about the cvs-src
mailing list