Subject: Re: rm.diff 4
To: Jason R. Fink <jrf@adresearch.com>
From: Klaus Klein <kleink@reziprozitaet.de>
List: tech-userlevel
Date: 01/10/2003 13:02:22
"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