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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user