看板 DFBSD_commit 關於我們 聯絡資訊
commit 66546629446c1c63ff8423d7e5484fc1365c9590 Author: Stathis Kamperis <beket@dragonflybsd.org> Date: Fri Jan 1 15:55:34 2010 +0200 realpath(1): Return ENOENT if filename is empty string. Mandated by POSIX. Linux, NetBSD and OpenSolaris do the same, so we are on the safe side. Shortly-discussed-with: aggelos@ Summary of changes: lib/libc/stdlib/realpath.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/66546629446c1c63ff8423d7e5484fc1365c9590 -- DragonFly BSD source repository