1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 03:51:30 +02:00

(ftw_startup): Rename local-shadowing local to pacify gcc.

This commit is contained in:
Jim Meyering
2003-01-12 17:01:48 +00:00
parent cce1b15448
commit 376e889123
+2 -2
View File
@@ -634,10 +634,10 @@ ftw_startup (const char *dir, int is_nftw, void *func, int descriptors,
/* Return to the start directory (if necessary). */
if (cwd != NULL)
{
int save_err = errno;
int saved_errno = errno;
__chdir (cwd);
free (cwd);
__set_errno (save_err);
__set_errno (saved_errno);
}
/* Free all memory. */