]> sourceware.org Git - newlib-cygwin.git/commitdiff
* errno.cc (errmap): Correct typo in previous change.
authorChristopher Faylor <me@cgf.cx>
Wed, 16 Mar 2005 01:00:05 +0000 (01:00 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 16 Mar 2005 01:00:05 +0000 (01:00 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/errno.cc

index be2468b57c1f14673155810893cfb9657ca45b02..dbc2ebb7c24a423be219c6f64c9be95bf31d996d 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-15  Christopher Faylor  <cgf@timesys.com>
+
+       * errno.cc (errmap): Correct typo in previous change.
+
 2005-03-15  Christopher Faylor  <cgf@timesys.com>
 
        * cygtls.cc (_cygtls::remove): Free process_ident, if it exists.
index 3bdfa01607103abfcebf1cf37dcce0411bfd3e20..62cf1dcba020fc21af3f2f94f2960e978df6ac99 100644 (file)
@@ -123,7 +123,7 @@ static NO_COPY struct
   X (IO_PENDING,               EAGAIN),
   X (TOO_MANY_LINKS,           EMLINK),
   X (PROC_NOT_FOUND,           ESRCH),
-  X (ERROR_DISK_CORRUPT,       EIO),
+  X (DISK_CORRUPT,             EIO),
   { 0, NULL, 0}
 };
 
This page took 0.035985 seconds and 5 git commands to generate.