Re: 2.5.6 needs following fix on WinNTs

2003-03-03 Thread jw schultz
On Mon, Mar 03, 2003 at 04:24:10PM +0100, Andrzej Pruszynski wrote: > Hi, > > Here is the problem (syscall.c, function do_open) on NT, Win2K, WinXP, > with stripped "/" for UNC path convention, detected in release 2.5.5, > 2.5.6: > > int do_open(char *pathname, int flags, mode_t mode) > { > if (

2.5.6 needs following fix on WinNTs

2003-03-03 Thread Andrzej Pruszynski
Hi, Here is the problem (syscall.c, function do_open) on NT, Win2K, WinXP, with stripped "/" for UNC path convention, detected in release 2.5.5, 2.5.6: int do_open(char *pathname, int flags, mode_t mode) { if (flags != O_RDONLY) { if (dry_run) return -1; CHECK_RO } #ifdef O_BINARY /*