Date: Fri, 16 Jul 2004 17:42:48 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h Message-ID: <200407161742.i6GHgmXT006564@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@peff.net> Revision Changes Path 1.82 +1 -1 src/sys/sys/socket.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407161742.i6GHgmXT006564>