[PATCH v2 2/2] Cygwin: skip floppy drives in cygdrive_getmntent.
Jeremy Drake
cygwin@jdrake.com
Wed Feb 19 18:14:53 GMT 2025
On Wed, 19 Feb 2025, Corinna Vinschen wrote:
> Hi Jeremy,
>
> just a minor thingy:
>
> On Feb 18 17:51, Jeremy Drake via Cygwin-patches wrote:
> > + dos_drive_mappings (bool with_floppies = true);
>
> I would rather not make this a default parameter, but call it elsewhere
> with an argument "true". Or even better with an explicit value, like
>
> enum {
> NO_FLOPPIES = false,
> WITH_FLOPPIES = true
> };
>
> I have a local tweak along these lines. Would you mind if I
> amend your patch with this tiny change?
OK.
More information about the Cygwin-patches
mailing list