*** empty log message ***

This commit is contained in:
Jim Meyering 2005-12-20 14:23:25 +00:00
parent d0344cfc55
commit 3108671902

View File

@ -1,5 +1,8 @@
2005-12-20 Jim Meyering <jim@meyering.net>
* mkdir-p.c (RW_USR): Remove definition.
(make_dir_parents): Use S_IRWXU, now that read access is also required.
* mkdir-p.c (make_dir_parents): Remove unnecessary casts of alloca,
since now it's guaranteed to be (void *).