Hello Jim, > Is there any type of file system where readdir works?
Yes. It does work on vfat file systems. No readdir bug reproducible there. > What version of Darwin are you using? Darwin 7.9.0 = MacOS X 10.3.9. I wrote: > In the run test, you can use /bin/rm, since /bin/rm has the same bug > as the one you are fixing for GNU rm. which is wrong. /bin/rm shares another bug with GNU rm. But the one we are currently discussing is only in GNU rm; /bin/rm is not affected. Bruno