From: marc Date: Wed, 27 Dec 1995 17:33:28 +0000 (+0000) Subject: allow 16 fd's for ftw() X-Git-Tag: tznext/4.11.0.1.tizen20130304~11867 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fc78abda7bc175be93c6d3ee69d1d31fc6b62da;p=tools%2Flibrpm-tizen.git allow 16 fd's for ftw() CVS patchset: 93 CVS date: 1995/12/27 17:33:28 --- diff --git a/build/pack.c b/build/pack.c index c891940..23959ed 100644 --- a/build/pack.c +++ b/build/pack.c @@ -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);