* src/incremen.c (hash_directory): Likewise.

* src/names.c (hash_string_hasher): Likewise.
* src/tar.c (parse_opt): Set it, and adjust to new modechange API.
This commit is contained in:
Paul Eggert
2005-05-02 08:03:02 +00:00
parent 89a4824c73
commit ecac16a4a0

View File

@@ -1,10 +1,15 @@
2005-05-02 Paul Eggert <eggert@cs.ucla.edu>
* tests/multivol04.at: Tell awk to read from /dev/null.
Adjust to recent gnulib changes.
* lib/.cvsignore: Add dup-safer.c, fd-safer.c, unistd-safer.h.
* src/common.h (initial_umask): New var.
* src/create.c (start_ueader): Use it, and adjust to new modechange
API.
(hash_link): unsigned -> size_t parameters and result.
* src/incremen.c (hash_directory): Likewise.
* src/names.c (hash_string_hasher): Likewise.
* src/tar.c (parse_opt): Set it, and adjust to new modechange API.
2005-04-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>