]> sourceware.org Git - newlib-cygwin.git/commitdiff
* dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks to
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 6 Nov 2006 13:46:24 +0000 (13:46 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 6 Nov 2006 13:46:24 +0000 (13:46 +0000)
Joe Loh for noticing).

winsup/cygwin/ChangeLog
winsup/cygwin/dtable.cc

index f0c170a9168c186d6c0e39fd3d700f8712359af7..15d3756bfec5fd1f783a9df8ab0d8f29fc0a9382 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-06  Corinna Vinschen  <corinna@vinschen.de>
+
+       * dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks to
+       Joe Loh for noticing).
+
 2006-11-02  Corinna Vinschen  <corinna@vinschen.de>
 
        * path.cc (symlink_info::posixify): Fix comment.
index fbec8c9e6a62f9a35115785111bf6aacd544ba3c..24777a62a28ce596905eb4ba680cfc96903469d4 100644 (file)
@@ -1,7 +1,7 @@
 /* dtable.cc: file descriptor support.
 
    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005 Red Hat, Inc.
+   2005, 2006 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -383,6 +383,7 @@ build_fh_pc (path_conv& pc)
     case DEV_FLOPPY_MAJOR:
     case DEV_CDROM_MAJOR:
     case DEV_SD_MAJOR:
+    case DEV_SD1_MAJOR:
       fh = cnew (fhandler_dev_floppy) ();
       break;
     case DEV_TAPE_MAJOR:
This page took 0.032709 seconds and 5 git commands to generate.