* dtable.cc (build_fh_pc): Resurrect accidentally removed

DEV_CYGDRIVE_MAJOR case.
This commit is contained in:
Corinna Vinschen 2003-11-19 11:19:27 +00:00
parent 7326e3ffd9
commit fcd3838ab5
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* fhandler.cc (fhandler_base::lseek): Include high order offset

View File

@ -328,6 +328,9 @@ build_fh_pc (path_conv& pc)
case DEV_TTYM_MAJOR:
fh = cnew (fhandler_tty_master) ();
break;
case DEV_CYGDRIVE_MAJOR:
fh = cnew (fhandler_cygdrive) ();
break;
case DEV_FLOPPY_MAJOR:
case DEV_CDROM_MAJOR:
case DEV_SD_MAJOR: