This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch for devices.in


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));
 }



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]