K 10 svn:author V 6 robert K 8 svn:date V 27 2002-08-21T12:45:36.000000Z K 7 svn:log V 431 - Define the macro _KERNEL to pretend we are compiling a kernel. This is required by recent changes to , which uses the #error preprocessor directive to keep non-kernel applications from using it. _KERNEL is defined below the #include , because removes the definition of _KERNEL. - Move the inclusion of above the inclusion of to avoid syntax errors. END