Up to [cvs.NetBSD.org] / src / lib / libc / gen
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-3-base
Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 30 22:37:32 2005 UTC (8 years, 4 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.35: +110 -105
lines
Diff to previous 1.35 (colored)
- Modify realpath() not to alter process wide state current working directory. Strategy from FreeBSD. Addess PR#28986. - Make realpath() to return an error when null string is passed or the last component is symlink to null string. The kernel lookup routine returns an error if such path are passed.