K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-05-21T18:16:04.000000Z K 7 svn:log V 241 Make pointer argument to kread_string() const since the kernel structure field is const, and then employ __DECONST before getting into the kvm code. This eliminates a gcc 4.2 warning about losing constification. __DECONST advice from: sam END