K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-05-11T21:13:00.855273Z K 7 svn:log V 300 *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. END