Version 1.24

* configure.ac, NEWS: Version 1.24
* bootstrap: Restore tar-specific code lost during last
sync from gnulib (241b72ffad).
* src/misc.c (chdir_do): Remove unused automatic variable.
This commit is contained in:
Sergey Poznyakoff
2010-10-25 00:01:40 +03:00
parent 9447e799ab
commit 983113b140
4 changed files with 86 additions and 10 deletions

View File

@@ -728,7 +728,6 @@ chdir_do (int i)
{
if (chdir_current != i)
{
static size_t counter;
struct wd *curr = &wd[i];
int fd = curr->fd;