"Jason R. Fink" <jrf@adresearch.com> writes:
> @@ -216,6 +219,7 @@
> continue;
> }
>
> + rval = 0;
> /*
> * If we can't read or search the directory, may still be
> * able to remove it. Don't print out the un{read,search}able
This initialization is not required. Apart from that, I think you
should commit your patch.
- Klaus