diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/fts.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/io/fts.c b/io/fts.c index 365b92e955..259274dca9 100644 --- a/io/fts.c +++ b/io/fts.c @@ -578,8 +578,11 @@ fts_build(sp, type) FTSENT *cur, *tail; DIR *dirp; void *adjaddr; - int cderrno, descend, len, level, maxlen, nlinks, oflag, saved_errno; + int cderrno, descend, len, level, maxlen, nlinks, saved_errno; char *cp; +#ifdef DTF_HIDEW + int oflag; +#endif /* Set current node pointer. */ cur = sp->fts_cur; |