| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <BAY22-F19EF6A1D9FA240BE4394C2FF2D0@phx.gbl> |
| X-Originating-Email: | [lode_leroy AT hotmail DOT com] |
| X-Sender: | lode_leroy AT hotmail DOT com |
| From: | "lode leroy" <lode_leroy AT hotmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | support dirent.d_type |
| Date: | Fri, 22 Apr 2005 09:59:43 +0200 |
| Mime-Version: | 1.0 |
| X-OriginalArrivalTime: | 22 Apr 2005 07:59:43.0940 (UTC) FILETIME=[3E8D7040:01C54711] |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |