cvs commit: src/lib/libc/sys rename.2

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Dec 9 11:42:59 PST 2006


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


More information about the cvs-src mailing list