Date: Sat, 9 Dec 2006 19:42:59 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rename.2 Message-ID: <200612091942.kB9JgxWq056920@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-12-09 19:42:59 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rename.2
Log:
- If the parent directory of the file pointed at by the from argument has its
immutable or append-only flag set, rename(2) returns EPERM.
- If the parent directory of the file pointed at by the to argument has its
immutable flag set, rename(2) returns EPERM.
Revision Changes Path
1.26 +8 -0 src/lib/libc/sys/rename.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612091942.kB9JgxWq056920>
