CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/23 05:01:33
Modified files:
regress/sys/kern/realpath: realpathtest.c
sys/kern : vfs_syscalls.c
Log message:
Fix realpath(3) errno code for an empty input path string.
It should return ENOENT in this case, but was returning EINVAL.
ok bluhm@ deraadt@
