]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(RW_USR): Remove definition.
authorJim Meyering <jim@meyering.net>
Tue, 20 Dec 2005 14:23:20 +0000 (14:23 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 20 Dec 2005 14:23:20 +0000 (14:23 +0000)
commitd0344cfc55944d3993667c5b41bd9234ad35e4d4
treef01109190744bde8f9afc3a7b5fa915537d1f6d2
parent0b7757fac4176d8c080b20dca28e3245f86504a1
(RW_USR): Remove definition.
(make_dir_parents): Use S_IRWXU, now that read access is also required.

Avoid a race condition, on systems where open honors O_NOFOLLOW.

(make_dir_parents): Include chdir-safer.h.
Use chdir_no_follow in place of chdir.
lib/mkdir-p.c