Searched hist:192002 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A D_null.hdiff 192002 Mon May 11 19:27:15 MDT 2009 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.

Completed in 43 milliseconds