K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-09-01T21:15:37.000000Z K 7 svn:log V 371 Add a new function linux_emul_convpath(), which is a version of linux_emul_find() that does not use stack gap storage but instead always returns the resulting path in a malloc'd kernel buffer. Implement linux_emul_find() in terms of this function. Also add LCONVPATH* macros that wrap linux_emul_convpath in the same way that the CHECKALT* macros wrap linux_emul_find(). END