Hi. I am new to the list.
Is anyone else having problems with INN's fastrm not actually deleting all files it intended to delete when used on BSD/OS 3.0 with an F220? /bin/rm seems to work fine and in looking at the code the major difference seems to be that /bin/rm stat()'s each file before unlink()ing whereas fastrm just unlink()s.
I am working up a version of fastrm that always stat()s first to see if that makes a difference.
Any similar experiences?
Chris