From: Paul Eggert Date: Mon, 2 May 2005 08:03:02 +0000 (+0000) Subject: * src/incremen.c (hash_directory): Likewise. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ecac16a4a09f4f46e7060fbdd883d66b3e249402;p=chaz%2Ftar * 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. --- diff --git a/ChangeLog b/ChangeLog index c71ac7b..c63677f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ 2005-05-02 Paul Eggert + * 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