Hi,

> >If you want to continue using 2.4.3b3, apply the following patch:
> 
> There's one problem with your patch.  The fclose() call should either be
> protected inside the "if (exclude != NULL)" test, or it should be changed
> to afclose(), which will test for NULL.

Oops -- right! Seems that Solaris 2.8 checks fclose() for NULL, but not
feof(), as it worked fine with that patch. But you're right, of course;
the fclose() definitely belongs _inside_ the "if (exclude != NULL)" block.

Best regards,
                Holger
-- 
[EMAIL PROTECTED] .................... ++49 +5246 80 1438

Reply via email to