CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/29 09:22:04
Modified files:
sys/kern : vfs_getcwd.c
Log message:
The past is fuzzy, but it appears during development of __getcwd, *retval
was used to return the length of the path, when the actual return value is 0.
This would cause confusing results in ktrace.
Diagnosed with beck since __realpath() picked up the same odd behaviour
