Re: [Freedos-kernel] Patch: EJECT bugfix

2004-02-08 Thread Arkady V.Belousov
Hi! 8-Фев-2004 16:48 [EMAIL PROTECTED] (Bart Oldeman) wrote to FreeDOS-kernel <[EMAIL PROTECTED]>: >> As to the other funny printf "patch", it's only a temporary solution >> until I find the reason why Borland 80386 build hangs if any INSTALL= >> commands were processed, just before kernel() ente

Re: [Freedos-kernel] Patch: EJECT bugfix

2004-02-08 Thread Bart Oldeman
On Sun, 8 Feb 2004, Luchezar Georgiev wrote: > Thanks for applying my patches, Bart! I see you improved some of them - > great! But I have to note that the above patch does NOT fix the EJECT > bug! ONLY when I appied the patch at my > http://linux.tu-varna.acad.bg/~lig/freedos/CVSPATCH.TXT to your

Re: [Freedos-kernel] Patch: EJECT bugfix

2004-02-08 Thread Arkady V.Belousov
Hi! 8-Фев-2004 15:12 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to FreeDOS-kernel <[EMAIL PROTECTED]>: >> - if ((mode & CDS_MODE_CHECK_DEV_PATH) && (result & IS_DEVICE) && >> - !(result & IS_NETWORK) && dest[2] != '/' && !dir_exists(dest)) >> + if ((mode & CDS_MODE_CHECK_DEV_PATH) && >> +

[Freedos-kernel] Patch: EJECT bugfix

2004-02-08 Thread Luchezar Georgiev
On Sat, 07 Feb 2004 10:16:30 -0800, Bart wrote: --- newstuff.c 24 Sep 2003 19:34:11 - 1.31 +++ newstuff.c 7 Feb 2004 18:16:27 - 1.32 @@ -602,10 +602,11 @@ } /* nothing found => continue normally */ } - if ((mode & CDS_MODE_CHECK_DEV_PATH) && (result & IS_DEVICE)