Yoann Vandoorselaere <[EMAIL PROTECTED]> wrote:
>>From a first look, the fts module file is lacking lstat, realloc and
> malloc dependencies (which also would need to have their license changed
> from GPL to LGPL).

Thanks.  I'll add lstat.

It doesn't seem to require the malloc module, since there is no potential
for malloc (0).

It would need realloc only if it might call realloc (p, s) where either
P is NULL or S is zero.  Did you see such a case?


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to