K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-05-11T17:29:11.035704Z K 7 svn:log V 230 Always use __null to define NULL for GCC 4+. Use '0' rather than '(void *)0' for NULL for C++ compilers compiling kernel code. Together this makes it easier to build kernel modules using C++. Reviewed by: imp MFC after: 3 days END