Re: [PATCH] patch.cc: cygdrive_getmntent () - Unify behaviour with fhandler_cygdrive

2003-08-05 Thread Pavel Tsekov
> After giving this a couple days of thought, I decided that this was
> not hobgoblin related so I'm going to check this in.

Thanks! Of course, if people start complaining, it could easily reverted.

Pavel

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post



Re: [PATCH] patch.cc: cygdrive_getmntent () - Unify behaviour with fhandler_cygdrive

2003-08-04 Thread Christopher Faylor
On Sat, Aug 02, 2003 at 06:11:17PM +0200, Pavel Tsekov wrote:
>> On Sat, Aug 02, 2003 at 01:53:21PM +0200, Pavel Tsekov wrote:
>> >Here is a simple patch which makes the behaviour of getmntent ()
>> >consistent with the one of fhandler_cygdrive.
>> 
>> The reason this is there is to avoid long delays in mount table
>> listings.
>
>Well, I guessed so, but it would be more convinient and consistent if
>calling getmntent() could retrieve all the accesible (mounted) drives.
>Anyway, I guess i'll be using readdir () :)

After giving this a couple days of thought, I decided that this was
not hobgoblin related so I'm going to check this in.

cgf


Re: [PATCH] patch.cc: cygdrive_getmntent () - Unify behaviour with fhandler_cygdrive

2003-08-02 Thread Pavel Tsekov
> On Sat, Aug 02, 2003 at 01:53:21PM +0200, Pavel Tsekov wrote:
> >Here is a simple patch which makes the behaviour of getmntent ()
> >consistent with the one of fhandler_cygdrive.
> 
> The reason this is there is to avoid long delays in mount table
> listings.

Well, I guessed so, but it would be more convinient and consistent if
calling getmntent() could
retrieve all the accesible (mounted) drives. Anyway, I guess i'll be using
readdir () :)

Pavel

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post



Re: [PATCH] patch.cc: cygdrive_getmntent () - Unify behaviour with fhandler_cygdrive

2003-08-02 Thread Christopher Faylor
On Sat, Aug 02, 2003 at 01:53:21PM +0200, Pavel Tsekov wrote:
>Here is a simple patch which makes the behaviour of getmntent ()
>consistent with the one of fhandler_cygdrive.

The reason this is there is to avoid long delays in mount table
listings.

cgf