CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/28 07:08:56
Modified files:
lib/libc/stdlib: realpath.c
lib/libc/sys : Makefile.inc
Log message:
Enable the use of the kernel __realpath() system call in the libc wrapper.
For now, this also still uses the existing realpath implmentation
and emits a syslog if we see differening results. Once we have run
with that for a little while we will remove the old code
ok deraadt@
