Re: [PATCH] readdir (): Do not set 'errno' if end of dir is encountered

2003-08-14 Thread Christopher Faylor
On Tue, Aug 05, 2003 at 04:49:13AM +0200, Pavel Tsekov wrote: 2003-08-05 Pavel Tsekov [EMAIL PROTECTED] * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' if end of directory condition is encountered as per SUSv2. * fhandler_proc.cc

[PATCH] readdir (): Do not set 'errno' if end of dir is encountered

2003-08-14 Thread Pavel Tsekov
Hello, Attached is a patch + a testcase. The testcase can be executed with any of the following directories: /cygdrive /proc /proc/PID /proc/registry/HKEY_WHATEVER 2003-08-05 Pavel Tsekov [EMAIL PROTECTED] * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change