Re: EISDIR EACCES and open in grep

2002-05-10 Thread Mark Blackburn
Well so far I have two solutions to this recursive grep on Windows 98 problem: 1) The patch I submitted earlier here it is again relative to the 1.3.10-1 version of cygwin: --- fhandler.cc.bak Tue Feb 19 22:25:00 2002 +++ fhandler.cc Thu May 9 10:18:40 2002 @@ -409,7 +409,26 @@ if (Ge

Re: EISDIR EACCES and open in grep

2002-05-09 Thread Chris January
> I have been trying to chase the same problem (grep -R does not > work on W9x) during the last few days. > On WNT/W2K/XP the code works because CreateFile is called with > the FILE_FLAG_BACKUP_SEMANTICS bit set in file_attributes > (lines 371,372 in fhandler.cc). > On W9x you just get Permission

RE: EISDIR EACCES and open in grep

2002-05-09 Thread Ton van Overbeek
I have been trying to chase the same problem (grep -R does not work on W9x) during the last few days. On WNT/W2K/XP the code works because CreateFile is called with the FILE_FLAG_BACKUP_SEMANTICS bit set in file_attributes (lines 371,372 in fhandler.cc). On W9x you just get Permission Denied (EACC