Date: Mon, 11 May 2009 21:13:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys _null.h Message-ID: <200905112113.n4BLDGCY043783@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-05-11 21:13:00 UTC FreeBSD src repository Modified files: sys/sys _null.h Log: SVN rev 192002 on 2009-05-11 21:13:00Z by jhb *sigh*, while the kernel built, userland C did not. Revert the previous commit and fix it correctly by removing the _KERNEL check entirely. Now the kernel always sees the same value of NULL as userland meaning that it sees __null, 0, or 0L when compiled as C++, and '(void *)0' when compiled as C. Revision Changes Path 1.10 +4 -4 src/sys/sys/_null.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905112113.n4BLDGCY043783>