K 10 svn:author V 3 bde K 8 svn:date V 27 1995-10-05T01:11:48.000000Z K 7 svn:log V 490 Fix pollution of application namespace by declarations of kernel functions. The application header includes which includes ... vm.h: Don't include . It is already included by in the kernel and isn't designed to be included by applications (the 2.1 version causes a syntax error in C++ and the current version has initializers that are invalid in strict C++). lock.h: Only declare kernel functions if KERNEL is defined. END