* fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): Remove
useless code.
This commit is contained in:
parent
d795c9c9f4
commit
0913522dbd
|
@ -1,3 +1,9 @@
|
||||||
|
2006-02-05 Christopher Faylor <cgf@timesys.com>
|
||||||
|
Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): Remove
|
||||||
|
useless code.
|
||||||
|
|
||||||
2006-02-05 Corinna Vinschen <corinna@vinschen.de>
|
2006-02-05 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove label
|
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove label
|
||||||
|
|
|
@ -1715,11 +1715,6 @@ fhandler_disk_file::readdir_9x (DIR *dir, dirent *de)
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (dir->__handle == INVALID_HANDLE_VALUE)
|
|
||||||
{
|
|
||||||
res = EBADF; /* FIXME: Isn't this just a case of repeated reading beyond EOF? */
|
|
||||||
goto out;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
ret = FindNextFileA (dir->__handle, &buf);
|
ret = FindNextFileA (dir->__handle, &buf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue