allow 16 fd's for ftw()
authormarc <devnull@localhost>
Wed, 27 Dec 1995 17:33:28 +0000 (17:33 +0000)
committermarc <devnull@localhost>
Wed, 27 Dec 1995 17:33:28 +0000 (17:33 +0000)
CVS patchset: 93
CVS date: 1995/12/27 17:33:28

build/pack.c

index c891940..23959ed 100644 (file)
@@ -196,7 +196,7 @@ static int add_file(struct file_entry **festack,
        /* This means we need to decend with ftw() */
        Gcount = 0;
 
-       ftw(fullname, add_file_aux, 3);
+       ftw(fullname, add_file_aux, 16);
        
        free(p);