K 10 svn:author V 5 peter K 8 svn:date V 27 1995-12-09T05:10:55.000000Z K 7 svn:log V 526 A really gross hack to make more of the source tree compile again. #include used to be self contained, but now it needs either half a dozen VM specific includes beforehand (yuck, so much for portability), or some horrible hack like this for user-mode only applications.. The kind of stuff that needs this is the libkvm stuff, w, ps, etc... I would welcome a better fix for this BTW.. :-) (note: this is #ifndef KERNEL, so it shouldn't be re-polluting the kernel space after it's been so painfully cleaned up...) END