[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [mtools] Working with the floppy drive under cygwin...
From: |
Alain Knaff |
Subject: |
Re: [mtools] Working with the floppy drive under cygwin... |
Date: |
Sat, 24 May 2003 23:12:33 +0200 |
User-agent: |
KMail/1.5.1 |
On Tuesday 29 April 2003 14:08, Murphy McCauley wrote:
> Two little changes and Cygwin can read and write to and from the floppy.
> Everything seems to work okay at first glance.
>
> *** real/devices.c Tue Apr 29 05:01:19 2003
> --- mine/devices.c Tue Apr 29 04:37:34 2003
> ***************
> *** 73,78 ****
> --- 73,86 ----
> #define devices const_devices
>
>
> + #ifdef __CYGWIN__
> + #define predefined_devices
> + struct device devices[] = {
> + {"\\\\\\\\.\\\\A:", 'A', GENFD },
> + };
> + #endif /* CYGWIN */
> +
> +
> #ifdef OS_aux
[...]
Your patch is now part of mtools-20030524.
Thanks,
Alain
_______________________________________________
mtools mailing list
address@hidden
http://www.tux.org/mailman/listinfo/mtools
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [mtools] Working with the floppy drive under cygwin...,
Alain Knaff <=