so as to remain compatible with older compilers.
Patch from Michael Deutschmann.
+2006-11-21 Jim Meyering <jim@meyering.net>
+
+ * lib/fts.c (fts_safe_changedir): Move a declaration "up",
+ so as to remain compatible with older compilers.
+ Patch from Michael Deutschmann.
+
2006-11-20 Paul Eggert <eggert@cs.ucla.edu>
* MODULES.html.sh (File system functions): Add openat.
failure when we lack "x" access to the virtual cwd. */
if ( ! i_ring_empty (&sp->fts_fd_ring))
{
+ int parent_fd;
fd_ring_print (sp, stderr, "pre-pop");
- int parent_fd = i_ring_pop (&sp->fts_fd_ring);
+ parent_fd = i_ring_pop (&sp->fts_fd_ring);
is_dotdot = true;
if (0 <= parent_fd)
{