K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-08-29T19:05:27.000000Z K 7 svn:log V 371 Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), the cwd is looked up inside the kernel. The native getcwd() in libc handles this in userland if __getcwd() fails. Obtained from: NetBSD via OpenBSD Tested by: Chris Casey , Markus Holmberg Reviewed by: Darrell Anderson PR: kern/24315 END