> From: Pedro Izecksohn > Sent: Monday, May 24, 2010 20:54 > To: cygwin@cygwin.com > Subject: FTW_PHYS > > I wrote a small C++ application: > http://www.izecksohn.com/pedro/c++/biggest/ > that exhibits an unwanted behavior on Cygwin: ... > But biggest.c++ uses FTW_PHYS in flags to call nftw. > > So, why the duplicated entries shown above? ...
But FTW_PHYS only inhibits symbolic links from being followed. You have no symbolic links in those paths, so FTW_PHYS is irrelevant to your problem. --Ken Nellis