* dtable.cc (build_fh_pc): Resurrect accidentally removed
DEV_CYGDRIVE_MAJOR case.
This commit is contained in:
parent
7326e3ffd9
commit
fcd3838ab5
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-19 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* dtable.cc (build_fh_pc): Resurrect accidentally removed
|
||||||
|
DEV_CYGDRIVE_MAJOR case.
|
||||||
|
|
||||||
2003-11-17 Brian Ford <ford@vss.fsi.com>
|
2003-11-17 Brian Ford <ford@vss.fsi.com>
|
||||||
|
|
||||||
* fhandler.cc (fhandler_base::lseek): Include high order offset
|
* fhandler.cc (fhandler_base::lseek): Include high order offset
|
||||||
|
@ -328,6 +328,9 @@ build_fh_pc (path_conv& pc)
|
|||||||
case DEV_TTYM_MAJOR:
|
case DEV_TTYM_MAJOR:
|
||||||
fh = cnew (fhandler_tty_master) ();
|
fh = cnew (fhandler_tty_master) ();
|
||||||
break;
|
break;
|
||||||
|
case DEV_CYGDRIVE_MAJOR:
|
||||||
|
fh = cnew (fhandler_cygdrive) ();
|
||||||
|
break;
|
||||||
case DEV_FLOPPY_MAJOR:
|
case DEV_FLOPPY_MAJOR:
|
||||||
case DEV_CDROM_MAJOR:
|
case DEV_CDROM_MAJOR:
|
||||||
case DEV_SD_MAJOR:
|
case DEV_SD_MAJOR:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user