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:
authorChristopher Faylor <me@cgf.cx>2002-11-07 06:41:16 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-07 06:41:16 +0300
commitf7618386af9fecec7b5127debc98776939760347 (patch)
tree04a7e188ede287b5444eeb4f740fe85586c56c06
parentc8fae3c17b252cccdde8022d495e913ea1ffbdd2 (diff)
minor reformat
-rw-r--r--winsup/cygwin/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4472297f9..a6dbe7256 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -35,7 +35,8 @@
2002-11-05 Sergey Okhapkin <sos@prospect.com.ru>
- * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for minchars.
+ * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for
+ minchars.
(fhandler_serial::ioctl): Set errno if the ClearCommError fails.
(fhandler_serial::tcsetattr): Use correct value for vmin_.
(fhandler_serial::tcgetattr): Ditto.