patch for devices.in

Eric Blake ebb9@byu.net
Wed Feb 23 17:07:00 GMT 2005


Found this when reviewing the change to add /dev/full

2005-02-23  Eric Blake  <ebb9@byu.net>  (tiny change)

	* devices.in (parsedisk): Fix typo.

Index: cygwin/devices.in
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/devices.in,v
retrieving revision 1.7
diff -u -r1.7 devices.in
--- cygwin/devices.in   23 Feb 2005 12:30:31 -0000      1.7
+++ cygwin/devices.in   23 Feb 2005 17:02:44 -0000
@@ -140,7 +140,7 @@
   else
     {
       base = DEV_SD1_MAJOR;
-      drive -= 'q' - 'q';
+      drive -= 'q' - 'a';
     }
   parse (base, part + (drive * 16));
 }




More information about the Cygwin-patches mailing list