This is the mail archive of the
cygwin
mailing list for the Cygwin project.
support dirent.d_type
- From: "lode leroy" <lode_leroy at hotmail dot com>
- To: cygwin at cygwin dot com
- Date: Fri, 22 Apr 2005 09:59:43 +0200
- Subject: support dirent.d_type
- Bcc:
Hello,
I would like to see support for dirent.d_type added to cygwin.
fhandler_disk_file::readdir()
{
...
if (buf.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
dir->__d_dirent->d_type = DT_DIR;
} else {
dir->__d_dirent->d_type = DT_REG;
}
...
}
_________________________________________________________________
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/