Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-11-19 14:19:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-11-19 14:19:27 +0300
commitfcd3838ab5b56acb6d53045c69c5558af8bb3b4c (patch)
treec65fffe5d34386ffb7d5a814e8feb10618cc6e9a /winsup/cygwin/dtable.cc
parent7326e3ffd95be9d4a5aefa8b34078b66189faed1 (diff)
* dtable.cc (build_fh_pc): Resurrect accidentally removed
DEV_CYGDRIVE_MAJOR case.
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 854f334a2..0d083b65b 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -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: