]> sourceware.org Git - glibc.git/blobdiff - io/fts.c
* nscd/cache.c (cache_search): Give first arg type `request_type'.
[glibc.git] / io / fts.c
index 35374a094a708f0edb8b54168979a94bc819846d..91d2ef629879cf3340262dcebf3c2621b6238307 100644 (file)
--- a/io/fts.c
+++ b/io/fts.c
@@ -581,8 +581,9 @@ fts_build(sp, type)
        FTSENT *cur, *tail;
        DIR *dirp;
        void *oldaddr;
-       int cderrno, descend, len, level, maxlen, nlinks, saved_errno,
+       int cderrno, descend, len, level, nlinks, saved_errno,
            nostat, doadjust;
+       size_t maxlen;
        char *cp;
 
        /* Set current node pointer. */
This page took 0.028996 seconds and 5 git commands to generate.