Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 22 Apr 2005 11:37:59 -0400 (EDT)
From: Igor Pechtchanski <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: lode leroy <lode_leroy@hotmail.com>
cc: cygwin@cygwin.com
Subject: Re: support dirent.d_type
In-Reply-To: <BAY22-F19EF6A1D9FA240BE4394C2FF2D0@phx.gbl>
Message-ID: <Pine.GSO.4.61.0504221136390.25885@slinky.cs.nyu.edu>
References: <BAY22-F19EF6A1D9FA240BE4394C2FF2D0@phx.gbl>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Fri, 22 Apr 2005, lode leroy wrote:

> 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;
>  }
> ...
> }

So why not make it a patch, test it, and send it to the appropriate list
with a ChangeLog entry?  For something this small you don't even need a
copyright assignment.  See <http://cygwin.com/contrib.html>.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
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/

